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