Kotlin / kotlin-koans

Kotlin workshop
MIT License
2.6k stars 1.41k forks source link

Nullable Types #23

Closed marcoRS closed 9 years ago

marcoRS commented 9 years ago

In i_introduction._5_Nullable_Types , the first example given in the function struggleAgainstNPE actually does compile but the comment says it doesn't.

Bluehorn commented 9 years ago

Seems like the code in question was dropped in 8a5cc0803e81506778435e19e9a3d3142c269523 so I would say that this is fixed!?