[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
object X
|
||||
|
||||
class Y {
|
||||
fun f(op: X.() -> Unit) {
|
||||
X.op()
|
||||
|
||||
val x = X
|
||||
x.op()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user