minus-squareByteWelder@feddit.nltoProgrammer Humor@lemmy.ml•Why make it complicated?linkfedilinkEnglisharrow-up5·2 days agoIn Kotlin, you can have the type become implicit with the former syntax: let text = number.toString() (text is a String here) linkfedilink
In Kotlin, you can have the type become implicit with the former syntax:
let text = number.toString()
(text
is aString
here)