Files
sdk/pkg/front_end/testcases/agnostic/is.dart.weak.expect
T
Johnni Winther 6336e8e2d3 [cfe] Use legacy subtyping in weak mode constant evaluation.
+ add checks for agnostic subtyping differences

Closes #41657

Change-Id: I1e6b558edbfcb1ca282e0e4c788c6a7a7db6bfd3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148126
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2020-05-19 08:55:20 +00:00

12 lines
226 B
Plaintext

library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static const field core::bool a = #C1;
static const field core::bool b = #C1;
static method main() → void {}
constants {
#C1 = true
}