blob: c49120ef592325e62f1edb28afd2f15608329d82 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/regress/issue_29975.dart:6:14: Error: 'F' is already declared in this scope.
// typedef void F();
// ^
// pkg/front_end/testcases/regress/issue_29975.dart:5:14: Context: Previous declaration of 'F'.
// typedef void F();
// ^
library;
import self as self;
typedef F = () void;
static method main() void
;