[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun test(e: Int.() -> String) {
|
||||
val s = 3.e()
|
||||
val ss = 3.(e)()
|
||||
}
|
||||
Reference in New Issue
Block a user