Join Slack
Powered by
Typical example: ``` val bool: Boolean? = null if ...
# language-proposals
k
kingsley
03/25/2018, 10:10 AM
Typical example:
Copy code
val bool: Boolean? = null if (bool) { // do stuff }
How would you expect this to behave?
👍 3
✔️ 1
2
Views
Open in Slack
Previous
Next