FIR: fix API mode checker for local functions

This commit is contained in:
Tianyu Geng
2021-10-21 14:53:54 -07:00
committed by Mikhail Glukhikh
parent 31b7248769
commit a969e5af50
9 changed files with 55 additions and 5 deletions
@@ -0,0 +1,4 @@
package
public fun run(/*0*/ b: () -> kotlin.Unit): kotlin.Unit
public fun test(): kotlin.Unit