blob: 8cb4832d47e63bf4c201312968bd364086bd30a0 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field core::int foo;
constructor •(core::int foo) self::A
;
get bar() core::int
;
}
static method main() void
;
static method expect(dynamic expected, dynamic actual) dynamic
;