blob: 7399445e07187eba794d3a69065a2054d0584631 [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 *(self::C other) 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
;