b97aaf0f71
Relates to #KT-32010
7 lines
91 B
Plaintext
Vendored
7 lines
91 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
|
|
fun foo() {
|
|
val foo: String? = null
|
|
foo?.hashCode()?.hashCode()
|
|
} |