blob: 14b3a31a80d89b4a7233764cbea5c5f864a9b1ff [file] [log] [blame]
library;
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 x#param) → void;
}
static method main() dynamic
;