blob: 32d2e7329445fd909af0270baf42233860c3bdc4 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/patterns/error_recovery_after_question_suffix_in_expression.dart:7:13: Error: Expected an identifier, but got ':'.
// Try inserting an identifier before ':'.
// true ? : 2;
// ^
//
import self as self;
import "dart:core" as core;
static method f() dynamic {
try {
true ?{invalid-type} invalid-expression "pkg/front_end/testcases/patterns/error_recovery_after_question_suffix_in_expression.dart:7:13: Error: This couldn't be parsed.
true ? : 2;
^" : 2;
}
on core::Object catch(final core::Object e) {
}
}