expression: {
    val (a, b) = listOf(1, 2)
}
expected type: kotlin/Function0<kotlin/Unit>
