FIR CFG: mark variables touched by not-in-place lambdas in all scopes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package
|
||||
|
||||
@kotlin.Suppress(names = {"OPT_IN_USAGE_ERROR", "OPT_IN_USAGE_FUTURE_ERROR"}) public fun exactlyOnce(/*0*/ f: () -> kotlin.Unit): kotlin.Unit
|
||||
CallsInPlace(f, EXACTLY_ONCE)
|
||||
|
||||
public fun test(): kotlin.Unit
|
||||
Reference in New Issue
Block a user