blob: 2aafef5d67b9f368fa2f9e762a3f02438a3704b0 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/error_recovery/issue_38415.crash_dart:1:12: Error: Can't find ')' to match '('.
// f() { m(T<R(<Z
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_38415.crash_dart:1:10: Error: Can't find '>' to match '<'.
// f() { m(T<R(<Z
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_38415.crash_dart:1:8: Error: Can't find ')' to match '('.
// f() { m(T<R(<Z
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_38415.crash_dart:1:5: Error: Can't find '}' to match '{'.
// f() { m(T<R(<Z
// ^
//
import self as self;
static method f() dynamic
;