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