blob: 3142326d04b84867b2d09bb02007ec6ad306fb9f [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field core::bool a = true;
static method main() dynamic {
core::bool b = false;
}