Join Slack
Powered by
I would love for this code snippet to be valid in ...
# announcements
b
bob
10/10/2016, 7:03 PM
I would love for this code snippet to be valid in kotlin:
if( car?.isElectric ) doSomething()
instead of explicitly having to check for true like this
if( car?.isElectric == true ) doSomething()
Is there any chance that might be considered?
👍 1
Open in Slack
Previous
Next