blob: 0ebf6b89cf8d676b05e7f71b080df6330821c5cf [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
late field core::int x;
constructor foo(core::int x) self::A
;
constructor bar() self::A
;
}
static method main() dynamic
;