4cd7193047
#KT-11018 Fixed
10 lines
211 B
Plaintext
Vendored
10 lines
211 B
Plaintext
Vendored
Resolve target: value-parameter p: kotlin.Any? smart-cast to kotlin.Any
|
|
----------------------------------------------
|
|
fun foo(p: Any?) {
|
|
do {
|
|
print(p!!)
|
|
} while (x())
|
|
|
|
<caret>p.hashCode()
|
|
}
|