Changed test output from line comments to block comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Resolve target: null
|
||||
----------------------------------------------
|
||||
fun foo(p: Any?, c: Collection<String>) {
|
||||
// STATEMENT DELETED: for (e in c) { print(p!!) }
|
||||
/* STATEMENT DELETED: for (e in c) { print(p!!) } */
|
||||
|
||||
<caret>xxx
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user