blob: 30bd2d736cea917d4211ed0bc9a1f78d631348d1 [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) self::Foo
;
}
static method test() void
;
static method main() dynamic
;