blob: e6d2919cf9f6d1b14cc1a3f5b338f91b60941fe4 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method bad() dynamic {
return const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/regress/issue_31157.dart:6:16: Error: Expected an identifier, but got '('.\n return null?.(1);\n ^"));
}
static method main() dynamic {}