fun runMe() { val tmp_0: Pair = 1.to(that = 2) val a: Int = tmp_0.component1() println(message = a) }