blob: 0b026cb4cdb6d2190efc41276ec95c287f393ffc [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
final field core::int x;
synthetic constructor •() self::C
;
static get _x() core::int
;
}
static method main() dynamic
;