Run ❯
×
Change Orientation
Change Theme, Dark/Light
fun main() { val x: Int = 5 val y: Long = x.toLong() println(y) }
5