qaz@lemmy.world to Programmer Humor@programming.devEnglish · 3 months agoWhen you manage to break the type systemlemmy.worldexternal-linkmessage-square9fedilinkarrow-up183arrow-down17
arrow-up176arrow-down1external-linkWhen you manage to break the type systemlemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 3 months agomessage-square9fedilink
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up12·3 months agoWhat did you actually do? Anti Commercial-AI license
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up17·3 months agoI broke the type system in Kotlin and ended up with a null value in a non-null (not lateinit) variable.
minus-squareMMauro@feddit.itlinkfedilinkarrow-up1·3 months agoInteresting. Care to share? I think they fixed a few of those issues with K2. Did you find something new or is it known?
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.How convoluted was it?
With no platform types involved?
Yes
Interesting. Care to share? I think they fixed a few of those issues with K2. Did you find something new or is it known?