Files
sdk/runtime/vm
Ryan Macnak 702430718b [vm, reload] Don't report changes to synthetic classes introduced during mixin application.
In particular,

class S {}
class M {}
class MA extends S with M {}

=>

class S {}
class M { newFunction() => 42; }
class MA extends S with M {}

Should not report class S&M nor S&M.newFunction.

Bug: https://github.com/dart-lang/sdk/issues/31265
Change-Id: Iaca4facd68315e1f2921cd2af666608f3e1aa695
Reviewed-on: https://dart-review.googlesource.com/18149
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2017-11-02 22:49:00 +00:00
..
2017-10-25 21:57:08 +00:00
2017-10-30 22:02:20 +00:00
2017-10-25 21:57:08 +00:00
2017-10-30 22:02:20 +00:00
2017-10-25 21:57:08 +00:00
2017-10-25 21:57:08 +00:00
2017-06-22 08:49:22 -07:00
2017-10-25 21:57:08 +00:00
2017-10-30 22:02:20 +00:00
2017-09-08 14:37:32 +00:00
2017-10-30 22:02:20 +00:00
2017-10-30 22:02:20 +00:00
2017-10-30 22:02:20 +00:00
2017-06-22 08:49:22 -07:00
2017-06-24 13:41:39 +02:00
2017-10-25 21:57:08 +00:00
2017-10-25 21:57:08 +00:00
2017-10-25 21:57:08 +00:00
2017-10-30 22:02:20 +00:00
2017-10-30 22:02:20 +00:00
2017-10-30 22:02:20 +00:00