Open
Description
For the program
method foo() {
assert false
}
the assertion failure is reported as Assert might fail. Assertion false might not hold. ([email protected])
. However line 2, columns 9-10 identify the whitespace between assert
and false
.