| main = fir::main; | |
| library first from "org-dartlang-test:///first.dart" as fir { | |
| part second.dart; | |
| static method main() → dynamic { | |
| fir::method1(); | |
| fir::method2(); | |
| } | |
| static method method1() → dynamic {} | |
| static method /* from org-dartlang-test:///second.dart */ method2() → dynamic {} | |
| } |