6336e8e2d3
+ 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>
12 lines
226 B
Plaintext
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
|
|
}
|