blob: b54f2187d5cc9f40dd9a1ff549d75633aa1fd9ed [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::int x = 1;
}