Join Slack
Powered by
hello. i have a question about nullable type. as I...
# announcements
r
roman_gemini
01/19/2017, 4:07 PM
hello. i have a question about nullable type. as I understand if a write something like
Copy code
if (field != null) { doSomethingWith(field) }
compiler automatically casts field to null-safe type but when I check use some method that thecks that field not null it does not work
2
Views
Open in Slack
Previous
Next