How can I find the variable type in Kotlin?In Java there is instanceof, but Kotlin does not exist:val properties = System.getProperties() // Which type?
確定! 回上一頁