blob: e484bfbd420e7b29f0cb0ac0703a0242d915c478 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field core::int* x;
constructor •([core::int* x]) self::Foo*
;
}
static method main() dynamic
;