blob: 5025006f9e976475f8f88bed183b4e49fab0aeb3 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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
;