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