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