blob: a710114718d369a721ef293d9e41a65b9991b38b [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue43975.dart:5:9: Error: The typedef 'F' has a reference to itself.
// typedef F = void Function<X extends F>() Function();
// ^
//
import self as self;
typedef F = invalid-type;
static method main() void
;