blob: 347f1cf14b4045e4e96c0760aa916c923fcfd681 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field core::int? _#A#x;
field core::bool _#A#x#isSet;
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
;