[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun takeAnyFun(function: Function<*>) {}
|
||||
|
||||
fun test(block: () -> Unit) {
|
||||
takeAnyFun(block)
|
||||
}
|
||||
Reference in New Issue
Block a user