Changed test output from line comments to block comments
This commit is contained in:
@@ -3,7 +3,7 @@ Resolve target: val x: kotlin.Any?
|
||||
fun foo() {
|
||||
for (i in 1..10) {
|
||||
val x = take()
|
||||
// STATEMENT DELETED: if (x == null) { while (true) { do { println() } while(f()) break } }
|
||||
/* STATEMENT DELETED: if (x == null) { while (true) { do { println() } while(f()) break } } */
|
||||
<caret>x.hashCode()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user