|  | library; | 
|  | import self as self; | 
|  | import "export_unnamed_lib.dart" as exp; | 
|  |  | 
|  | import "org-dartlang-testcase:///export_unnamed_lib.dart"; | 
|  |  | 
|  | static method main() → dynamic { | 
|  | exp::NamedExtension|staticMethod(); | 
|  | } | 
|  |  | 
|  | library; | 
|  | import self as exp; | 
|  | import "dart:core" as core; | 
|  |  | 
|  | extension /* unnamed */ _extension#0 on core::String { | 
|  | static method staticMethod = exp::_extension#0|staticMethod; | 
|  | } | 
|  | extension NamedExtension on core::String { | 
|  | static method staticMethod = exp::NamedExtension|staticMethod; | 
|  | } | 
|  | static extension-member method _extension#0|staticMethod() → void {} | 
|  | static extension-member method NamedExtension|staticMethod() → void {} |