android13/external/dokka/core/testdata/functions/functionWithNoinlineParam.kt

3 lines
50 B
Kotlin

fun function(noinline notInlined: () -> Unit) {
}