[compiler] preserve fir receiver in tree
when selector is invalid expression, ensure that fir tree still contains receiver as well as selector KTIJ-23578
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun main(args: Array<String>) {
|
||||
val anyClass = Any()
|
||||
funOne(<expr>anyClass</expr>.class)
|
||||
}
|
||||
|
||||
fun funOne(x: Any): Unit {}
|
||||
Reference in New Issue
Block a user