blob: 91a90a92da57c8b34d0437599bb44b392c20e8fb [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() self::B
;
method f(core::int x, core::int y) void
;
}
abstract class I extends core::Object {
synthetic constructor •() self::I
;
abstract method f(covariant core::int x, core::Object y) void;
}
abstract class C extends self::B implements self::I {
synthetic constructor •() self::C
;
}
static method main() void
;