Here, value of number1 of type int is automatically converted to type long , and assigned to variable number2 . In Kotlin, val number1: Int = 55 val ...
確定! 回上一頁