| 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"); | |
| } |