fun runMe() {
  val tmp_0: Pair<Int, Int> = to<Int, Int>(/* <this> = 1, */ that = 2)
  val a: Int = tmp_0.component1()
  println(message = a)
}

