aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/suspendParam.kt
blob: ea3f56f99d30e4621c2869bfe386d5ac3c8aeca5 (plain)
1
2
3
fun takesSuspendParam(func: suspend () -> Unit) {

}