Join Slack
Powered by
Because in Java this code can crash your program i...
# getting-started
n
nulldev
04/11/2018, 5:00 PM
Because in Java this code can crash your program if
myVar
is null:
Copy code
String myVar = getItem(); myVar.toString();
Kotlin will just prevent you from running your program and warn you.
👍 1
Open in Slack
Previous
Next