| library; |
| import self as self; |
| |
| import "org-dartlang-testcase:///issue41499b_lib.dart" as opt_in; |
| |
| typedef LegacyFoo = () →* void; |
| static method test(() →* void f) → dynamic |
| ; |
| static method main() → dynamic |
| ; |
| |
| library /*isNonNullableByDefault*/; |
| import self as self2; |
| import "dart:core" as core; |
| |
| import "org-dartlang-testcase:///issue41499b.dart"; |
| |
| class C extends core::Object { |
| synthetic constructor •() → self2::C |
| ; |
| static method sTest() → () → void |
| ; |
| method mTest() → () → void |
| ; |
| get gTest() → () → void |
| ; |
| } |
| static method test() → () → void |
| ; |