blob: e9ee04c9353dd4393120d4460a9f3efc078a72f6 [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*
: super core::Object::•()
;
}
static method test() void
;
static method main() dynamic
;