blob: f35fcdcee56d3bf80ea04264f679778660e19f98 [file] [log] [blame]
library /*isNonNullableByDefault*/;
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
;