| library /*isNonNullableByDefault*/; |
| import self as self; |
| |
| import "org-dartlang-testcase:///import_via_prefix_lib.dart" as prefix; |
| |
| static method main() → dynamic |
| ; |
| static method expect(dynamic expected, dynamic actual) → dynamic |
| ; |
| |
| library /*isNonNullableByDefault*/; |
| import self as self2; |
| import "dart:core" as core; |
| |
| extension Extension on core::String { |
| method method = self2::Extension|method; |
| tearoff method = self2::Extension|get#method; |
| } |
| static method Extension|method(lowered final core::String #this) → core::int |
| ; |
| static method Extension|get#method(lowered final core::String #this) → () → core::int |
| return () → core::int => self2::Extension|method(#this); |