Join Slack
Powered by
You're right. This code compiles fine for me thoug...
# announcements
c
cedric
07/30/2016, 1:12 AM
You're right. This code compiles fine for me though:
Copy code
fun test(foo: String?) { if (foo == null) return foo.capitalize() }
Open in Slack
Previous
Next