blob: 3fd2ec817fbb0cf0265014395a09e94243307414 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/constructor_tearoffs/issue46133.dart:7:18: Error: Expected an identifier, but got '.'.
// Try inserting an identifier before '.'.
// test() => A.const.toString();
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
}
static method test() dynamic
;
static method main() dynamic
;