blob: 8d7db1170747888410d2c91a9d67835ac9636d60 [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 {}