why access a property will trigger seg fault?
# kotlin-native
m
why access a property will trigger seg fault?
s
For example, it will trigger segfault when
sk == null
. And this is possible even for non-nullable types if unchecked casts were involved.