You must log in or register to comment.
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
That’s why we don’t like c
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.