blob: 404127dbf8d8aee63e001248b0672fa58a68b6a2 [file] [log] [blame]
// Errors:
//
// pkg/front_end/testcases/regress/issue_31188.dart:7:18: Error: Expected ';' before 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>
// ^
library;
import self as self;
import "dart:core" as core;
static field invalid-type T = core::Map<dynamic, dynamic>.<(throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#A, 33, const <core::Type>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}))));
static field invalid-type B;
static method main() dynamic {}