| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| import "org-dartlang-testcase:///augment_concrete.dart"; | |
| import "org-dartlang-testcase:///augment_concrete.dart"; | |
| class Class extends core::Object { | |
| synthetic constructor •() → self::Class | |
| ; | |
| method instanceMethod() → void | |
| ; | |
| static method staticMethod() → void | |
| ; | |
| external method externalInstanceMethod() → void; | |
| } | |
| static method topLevelMethod() → void | |
| ; | |
| external static method externalTopLevelMethod() → void; | |
| static method main() → dynamic | |
| ; |