blob: c888cdc0647d382fc2e510ad391ebc43db231205 [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_31186.dart:6:16: Error: Expected an identifier, but got 'true'.\n return null?.true;\n ^"));
}
static method main() dynamic {}