// ISSUE: KT-62018, KT-62019 fun take(f: suspend () -> Unit) {} fun test_1() { suspend fun() {} } fun test_2() { take(suspend fun () {}) }