blob: 8fd7819d638d05c9feb1e126f2e2b8e7882da66d [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
: super core::Object::•()
;
method m(@#C1 dynamic x) void {}
}
static method f(@#C1 dynamic x) void {}
static method main() dynamic {}
constants {
#C1 = self::Foo {}
}
Constructor coverage from constants:
org-dartlang-testcase:///downwards_inference_annotations_parameter.dart:
- Foo. (from org-dartlang-testcase:///downwards_inference_annotations_parameter.dart:9:9)
- Object. (from org-dartlang-sdk:///sdk/lib/core/object.dart)