Files
kotlin-fork/compiler/testData/diagnostics/tests/inline/fromInlineToNoInline.txt
T
Alexey Tsvetkov 1e2256207c Update test data
2015-10-19 20:45:02 +03:00

5 lines
156 B
Plaintext
Vendored

package
public inline fun </*0*/ R> inlineAll(/*0*/ noinline p: () -> R): kotlin.Unit
public inline fun </*0*/ R> onlyLocal(/*0*/ p: () -> R): kotlin.Unit