blob: 401d558b88c4a7dd00a9f66797d0049ed894a9ff [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(dynamic l) self::Foo*
: super core::Object::•()
;
}
static method test() void
;
static method main() dynamic
;