| library; | |
| import self as self; | |
| import "./deferred_lib.dart" as def; | |
| static method main() → dynamic {} | |
| static method test() → dynamic { | |
| let final dynamic #t1 = CheckLibraryIsLoaded(lib) in def::x = self::m2(); | |
| let final dynamic #t2 = CheckLibraryIsLoaded(lib) in def::m(self::m2()); | |
| } | |
| static method m2() → dynamic | |
| return 1; |