blob: c0543c643d19b341b2c5534ca149dcf0f41a80fc [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Chk extends core::Object /*hasConstConstructor*/ {
const constructor •(core::Object? v, {required core::Object? id}) self::Chk
: assert(core::identical(v, id), "Not identical${(v, {id: id})}"), super core::Object::•()
;
}
static method main() void {
#C1;
#C1;
#C1;
#C1;
#C1;
#C1;
#C1;
}
constants {
#C1 = self::Chk {}
}
Constructor coverage from constants:
org-dartlang-testcase:///issue54489.dart:
- Chk. (from org-dartlang-testcase:///issue54489.dart:15:9)
- Object. (from org-dartlang-sdk:///sdk/lib/core/object.dart)