You must log in or register to comment.
What did you actually do?
I broke the type system in Kotlin and ended up with a null value in a non-null (not
lateinit
) variable.
I mean, the type system isn’t very strict at all to begin with in some . It’s trivially breakable when performing common operations like type punning in C.
Depends on the programming language