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