[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
val x = object {
|
||||
fun sss() = abc()
|
||||
fun abc() = 1
|
||||
}
|
||||
val g = x.sss()
|
||||
}
|
||||
Reference in New Issue
Block a user