Commit e8e1a63
authored
Run semantic analysis pass one if file doesn't exsit (#21379)
Noticed this while working on the other fixes from
#21331. If file doesn't exist, it
will be parsed with the old parser, even if the native parser is
enabled, so we need to run semantic analysis pass one on it.
Not adding a test because this will not be needed soon (and I am lazy,
sorry).1 parent 07b6443 commit e8e1a63
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3314 | 3314 | | |
3315 | 3315 | | |
3316 | 3316 | | |
3317 | | - | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
3318 | 3320 | | |
3319 | 3321 | | |
3320 | 3322 | | |
| |||
0 commit comments