Join Slack
Communities
Powered by
``` class A { var a : String? = null fun b() { ...
# announcements
p
Paul Woitaschek
03/17/2017, 6:26 AM
Copy code
class A { var a : String? = null fun b() { if (a!= null) a = a.trim() } }
2
Views
Open in Slack
Previous
Next