| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| import "org-dartlang-testcase:///duplicate_augment.dart"; | |
| class AugmentedClass extends core::Object { | |
| synthetic constructor •() → self::AugmentedClass | |
| ; | |
| method augmentedInstanceMethod() → void | |
| ; | |
| static method augmentedStaticMethod() → void | |
| ; | |
| } | |
| static method augmentedTopLevelMethod() → void | |
| ; |