Chromium Code Reviews
Descriptiondart2js cps: Bugfix in FlatTypeMask.isDisjoint.
The predicate would answer incorrectly when asked if subclasses of A
is disjoint from subtypes of B, where B is a subtype of A.
Example from the compiler:
abstract class _MinifiedFieldNamer implements Namer
class MinifyNamer extends Namer with _MinifiedFieldNamer
[subclass=Namer] vs [subtype=_MinifiedFieldNamer] were found to be
disjoint, even though the MinifyNamer class exists.
BUG=
R=kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/28ce0ee8acd3b0a6fc210449f2f496aa9b24f95c
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|
|||||||||||||||||||