aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/functions/functionWithNoinlineParam.kt
blob: 640bec83724f8c3fbe1d30e83bf506fdf86ca474 (plain)
1
2
fun function(noinline notInlined: () -> Unit) {
}