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