blob: fb925f16b463c1d0f2e6ad46df2f665c19cf1ade [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
operator []=(dynamic x, dynamic y) void
;
}
class Bad extends core::Object {
synthetic constructor •() self::Bad
;
method method() dynamic
;
}
static field self::C c;
static field core::int x;
static field core::int y;
static method main() dynamic
;