blob: 0481716b7a2aa705b70a1d6fd5072dbb3ce1dd1a [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/malformed_function.dart:6: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:6:8: Error: Can't assign to a parenthesized expression.
(null) = null;
^";
}