blob: 90af082906db1cb8e37f53cdaf23a08814c444e1 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() void
;
method f(core::int x) core::int
;
}
abstract class I extends core::Object {
synthetic constructor •() void
;
abstract method f(covariant core::Object x) core::int;
}
class C extends self::B implements self::I {
synthetic constructor •() void
;
}
static method expectTypeError(() void callback) void
;
static method expect(core::Object value, core::Object expected) void
;
static method g(self::C c) void
;
static method test(self::C c, self::I i) void
;
static method main() dynamic
;