blob: 0c99b32340aadb30e1abbd018d271b823e4faf90 [file] [log] [blame]
library /*isNonNullableByDefault*/;
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
;