blob: baa0992eeb9e0d49375b124431bbbcebdf23ae1a [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;
import self as str;
import "dart:core" as core;
static method foo() void {
core::print("hello");
}