blob: cef357671109ffc40baa86546a5ec70b035fe0bf [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "org-dartlang-testcase:///extend_augmented.dart";
class Class extends core::Object {
synthetic constructor •() self::Class
;
method augmentedMethod() void
;
}
class Subclass extends core::Object implements self::Class {
synthetic constructor •() self::Subclass
;
method augmentedMethod() void
;
}
static method main() dynamic
;