Replies: 1 comment
-
@AFCMS ping |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment the language server doesn't do strict checks on class fields for nil. Whether you specify it as optional or not, the value of fields may be unset.
However, I believe that the information about whether it is necessary to check for nil before working with the field or not is important and we should explicitly indicate this.
Example:
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions