blob: c9de4c1d7a4288bfcf5e4f5cb60453057d7c8ce5 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method bad() dynamic {
core::String 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 {}