Changed test output from line comments to block comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Resolve target: value-parameter val p: kotlin.Any?
|
||||
----------------------------------------------
|
||||
fun foo(p: Any?) {
|
||||
// STATEMENT DELETED: if (p == null) { print("null") }
|
||||
/* STATEMENT DELETED: if (p == null) { print("null") } */
|
||||
<caret>p.hashCode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user