suspend fun test() { call(1, "foo") } suspend fun call(n: Int, text: String): Int = n