3fdd0aacd3
when selector is invalid expression, ensure that fir tree still contains receiver as well as selector KTIJ-23578
6 lines
127 B
Kotlin
6 lines
127 B
Kotlin
fun main(args: Array<String>) {
|
|
val anyClass = Any()
|
|
funOne(<expr>anyClass</expr>.class)
|
|
}
|
|
|
|
fun funOne(x: Any): Unit {} |