blob: 88084537c0886a7361c8bda7d23a9149e5879a9c [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/regress/issue_31188.dart:7:17: Error: Expected ';' after this.
// type T = Map<A, B>
// ^
//
// pkg/front_end/testcases/regress/issue_31188.dart:7:18: Error: Expected a declaration, but got '>'.
// type T = Map<A, B>
// ^
//
// pkg/front_end/testcases/regress/issue_31188.dart:7:1: Warning: Type 'type' not found.
// type T = Map<A, B>
// ^^^^
library;
import self as self;
static field invalid-type T;
static field invalid-type B;
static method main() dynamic
;