blob: 6dc716b6423f4d160a8d6c614e7f7537a0735378 [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/regress/issue_29975.dart:6:14: Error: 'F' is already declared in this scope.
// typedef void F();
// ^
library;
import self as self;
typedef F = () void;
static method main() void {}