blob: f4a907d11c51604f9d024c16b18385b2164c0660 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class I extends core::Object {
synthetic constructor •() void
;
abstract method call() void;
}
class C extends core::Object implements self::I {
synthetic constructor •() void
;
method call([core::int x]) void
;
}
static method main() dynamic
;