blob: 08aa6e627bc456cbec3bbffe5f8270f4b696d7b6 [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 unary-() core::bool
;
}
abstract class C extends core::Object implements self::I {
synthetic constructor •() self::C
;
}
static field self::C c;
static field core::bool x;
static method test() dynamic
;