blob: bd0156b9927175714608c34ef31be2b177402876 [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 x#param) → void;
}
static method main() dynamic
;