blob: 35bc1cd3cd0d1101ce0d19aae4a589cd9494553b [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/malformed_function.dart:7:8: Error: Can't assign to a parenthesized expression.
// (null) = null;
// ^
//
import self as self;
static method main() dynamic {
invalid-expression "pkg/front_end/testcases/rasta/malformed_function.dart:7:8: Error: Can't assign to a parenthesized expression.
(null) = null;
^";
}