|  | library; | 
|  | import self as self; | 
|  | import "dart:core" as core; | 
|  |  | 
|  | import "dart:math"; | 
|  | import "dart:convert"; | 
|  | import "dart:async"; | 
|  | import "org-dartlang-testcase:///multiple_imports.dart"; | 
|  |  | 
|  | class Const extends core::Object /*hasConstConstructor*/  { // from org-dartlang-testcase:///multiple_imports_lib.dart | 
|  | final field core::int field; | 
|  | const constructor •(core::int field) → self::Const | 
|  | : self::Const::field = field, super core::Object::•() | 
|  | ; | 
|  | } | 
|  | static method main() → FutureOr<void> | 
|  | ; | 
|  | static method /* from org-dartlang-testcase:///multiple_imports_lib.dart */ method() → dynamic | 
|  | ; |