and one more trivial question is, why does kotlin ...
# announcements
r
and one more trivial question is, why does kotlin initilize nullable property as a null automatically?
Copy code
var test: String? = null //it bothers me