4cd7193047
#KT-11018 Fixed
10 lines
224 B
Plaintext
Vendored
10 lines
224 B
Plaintext
Vendored
Resolve target: value-parameter p: kotlin.Int
|
|
----------------------------------------------
|
|
fun foo(p: Int) {
|
|
/* STATEMENT DELETED: x() */
|
|
if (y()) {
|
|
print(<caret>p)
|
|
}
|
|
/* STATEMENT DELETED: z() */
|
|
}
|