4cd7193047
#KT-11018 Fixed
7 lines
197 B
Plaintext
Vendored
7 lines
197 B
Plaintext
Vendored
Resolve target: value-parameter p1: kotlin.Any?
|
|
----------------------------------------------
|
|
fun foo(p1: Any?, p2: Any) {
|
|
/* STATEMENT DELETED: print(p1 ?: p2) */
|
|
<caret>p1?.hashCode()
|
|
}
|