blob: c9d352f330146a70738d059173b2c2062b54effb [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "strong_lib.dart" as str;
import "org-dartlang-testcase:///strong_lib.dart";
static method main() dynamic {
str::foo();
}
library;
import self as str;
import "dart:core" as core;
static field core::int* x;
static method foo() void {
core::print("hello");
}