blob: dc22e289cb1a124c74b653a93176694971fabc0e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method bad() dynamic {
dynamic a = "";
const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/regress/issue_29941.dart:7:5: Error: Expected an identifier, but got '\"\"'.\n a.\"\";\n ^"));
}
static method main() dynamic {}