qaz@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agoWhen you manage to break the type systemlemmy.worldimagemessage-square5fedilinkarrow-up189arrow-down17
arrow-up182arrow-down1imageWhen you manage to break the type systemlemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square5fedilink
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up10arrow-down1·2 months agoWhat did you actually do? Anti Commercial-AI license
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up17·2 months agoI broke the type system in Kotlin and ended up with a null value in a non-null (not lateinit) variable.
What did you actually do?
Anti Commercial-AI license
I broke the type system in Kotlin and ended up with a null value in a non-null (not
lateinit
) variable.