Changed test output from line comments to block comments
This commit is contained in:
@@ -5,7 +5,7 @@ fun x(): Boolean{}
|
||||
fun foo(p: Any?) {
|
||||
while(true) {
|
||||
print(p!!)
|
||||
// STATEMENT DELETED: if (x()) break
|
||||
/* STATEMENT DELETED: if (x()) break */
|
||||
}
|
||||
|
||||
<caret>p.hashCode()
|
||||
|
||||
Reference in New Issue
Block a user