expression: {
    val (a, b) = listOf(1, 2)
}
expected type: KaFunctionType:
  annotations: []
  typeArguments: [
    KaUsualClassType:
      annotations: []
      typeArguments: []
      type: kotlin/Unit
  ]
  type: () -> kotlin/Unit
