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