Commit 779d969
Fix NullPointerException in VariableSymbolComputer.visitLValue by adding null check
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>1 parent ced8518 commit 779d969
File tree
2 files changed
+20
-0
lines changed- src
- main/java/com/github/_1c_syntax/bsl/languageserver/context/computer
- test/java/com/github/_1c_syntax/bsl/languageserver/context/computer
2 files changed
+20
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
151 | 170 | | |
0 commit comments