blob: 014366d3eac088b4ca60a41460fe46705ff7e32a [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/coverage/const_equals_throw.dart:7:11: Error: Throw is not a constant expression.
// const x = throw "x"; // Error
// ^^^^^
//
import self as self;
static const field invalid-type x = invalid-expression "pkg/front_end/testcases/coverage/const_equals_throw.dart:7:11: Error: Throw is not a constant expression.
const x = throw \"x\"; // Error
^^^^^";