blob: 52166aba347b103a76f0d5e68d880796b143b4bb [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/rasta/issue_000036.dart:5:14: Error: Expected an identifier, but got '-'.
// main() => a. - 5;
// ^
//
// pkg/front_end/testcases/rasta/issue_000036.dart:5:14: Error: Expected an identifier, but got ''.
// main() => a. - 5;
// ^
// Unhandled errors:
//
// pkg/front_end/testcases/rasta/issue_000036.dart:5:14: Error: Expected an identifier, but got '-'.
// main() => a. - 5;
// ^
library;
import self as self;
static method main() dynamic
return invalid-expression "pkg/front_end/testcases/rasta/issue_000036.dart:5:14: Error: Expected an identifier, but got ''.
main() => a. - 5;
^".-(5);