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