If I have a data class with a non-nullable String ...
# announcements
r
If I have a data class with a non-nullable String field which is actually null, would having a line with just myObject.theField throw an exception or would that instruction get removed somehow because it does nothing?