blob: fc5afb5e13c0bdc9b9f2e9d127da7e54a7524ca8 [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::•()
;
}
class C extends core::Object {
synthetic constructor •() self::C
;
method m(dynamic x) void
;
}
static method f(dynamic x) void
;
static method main() dynamic
;