blob: 1b09b8d9592ada2f081a9a95c7d3b97404b6f707 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class I extends core::Object {
synthetic constructor •() self::I
;
operator [](core::int index) core::bool
;
}
abstract class C extends core::Object implements self::I {
synthetic constructor •() self::C
;
}
static method f(self::C c) dynamic
;
static method main() dynamic
;