blob: 2504ef6878a3eef660fcc08a8766632333846f9f [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/error_recovery/issue_39060.dart:3:4: Error: 's' isn't a type.
// {s A<}>
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39060.dart:3:6: Error: Expected ';' after this.
// {s A<}>
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39060.dart:3:8: Error: Expected a type, but got '}'.
// {s A<}>
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39060.dart:3:8: Error: This couldn't be parsed.
// {s A<}>
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39060.dart:4:1: Error: Expected '[' before this.
// }
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39060.dart:3:9: Error: Expected ';' after this.
// {s A<}>
// ^
//
import self as self;
static method main() dynamic {
{
invalid-type A;
<invalid-type>[];
}
}