[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface A {
|
||||
fun foo(b: Boolean = false): A
|
||||
fun foo(block: () -> Boolean): A
|
||||
}
|
||||
|
||||
fun test(a: A) {
|
||||
a.foo { true }
|
||||
}
|
||||
Reference in New Issue
Block a user