blob: ff720b7075e51e32f1e1896f26cce5ecaf0c5a53 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F = () void;
class Foo extends core::Object {
const constructor •(core::List<core::String> l) void
;
}
static method main() dynamic
;