blob: 615e1356029280db8be89faefdb0f342beddf1a6 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field core::int? _#A#x;
constructor foo(core::int x) self::A
;
constructor bar() self::A
;
get x() core::int;
set x(core::int #t1) → void;
}
static method main() dynamic
;