blob: 71cfd728edc0592c9bf2e0d0b1bcca4257db7b1d [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(core::List<core::String> l) void
;
}
class C extends core::Object {
default constructor •() void
;
method m(dynamic x) void
;
}
static method f(dynamic x) void
;
static method main() dynamic
;