blob: 98fb899ffb3ed60fdcbb51e059c879bf1faf2587 [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
;