[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
fun x() {}
|
||||
|
||||
operator fun Int.invoke(): Foo = this@Foo
|
||||
|
||||
class Foo {
|
||||
|
||||
val x = 0
|
||||
|
||||
fun foo() = x() // should resolve to fun x
|
||||
}
|
||||
Reference in New Issue
Block a user