| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| import "org-dartlang-testcase:///infer_in_legacy_from_opted_in_lib.dart"; | |
| static method bar(core::int* x) → dynamic | |
| ; | |
| static method main() → dynamic | |
| ; | |
| library /*isNonNullableByDefault*/; | |
| import self as self2; | |
| import "dart:core" as core; | |
| static field core::int y; | |
| static method foo<T extends core::num>(self2::foo::T t1, self2::foo::T t2) → self2::foo::T | |
| ; | |
| static method baz(core::int? v) → dynamic | |
| ; |