4cd7193047
#KT-11018 Fixed
7 lines
209 B
Plaintext
Vendored
7 lines
209 B
Plaintext
Vendored
Resolve target: value-parameter o: kotlin.String? smart-cast to kotlin.String
|
|
----------------------------------------------
|
|
fun foo(o: String?, o1: String) {
|
|
if (o != o1) return
|
|
<caret>o.hashCode()
|
|
}
|