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