blob: df2c8f8c25f48a3ae29dbf07a412088f5a819748 [file] [log] [blame]
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
;