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