blob: f2c2b39a9c2d134c06de0b10037a5cf58932b595 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int y;
synthetic constructor •() self::C*
;
method f() self::D?
;
method h() self::C
;
}
class D extends core::Object {
synthetic constructor •() self::D*
;
method g() self::D
;
operator [](core::String s) core::String
;
}
static method test(self::C x) void
;
static method main() dynamic
;