blob: 8a040af9a3cf566cbb82473948ffa15006d2a2b6 [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
;