https://kotlinlang.org logo
s

stangl0r

12/10/2016, 10:05 PM
typically, when retrieving an object from java-code i have to do something like "val x : Int? = getMyInt()" instead of "val x = getMyInt()" because I want to check for null-safety... 😕 why is X! not the same as X? ?