blob: a03dbcfa2d55f2c3bef62b56e6004899eca21e78 [file] [log] [blame]
import 'issue41597_lib.dart';
bool x;
bool x;
errors() {}
class C {
C.c0() : super();
C.c1() : super()!;
}
main() {}