Lars Hvam
Lars Hvam
https://github.com/abaplint/abaplint/pull/2560/commits/b0e8bc5ad59e38dacff7b7ea61362602ac5a4957 adds information on what is builtin predicate functions
hmm, will probably need to rewrite the rule, so it works on statements instead of the raw file
```abap LOOP AT lt_tab ASSIGNING . IF -field IS NOT INITIAL. ... ENDIF. ENDLOOP. ```
```abap LOOP AT lt_config INTO DATA(ls_config). IF ls_config-sdfsd IS NOT INITIAL. ```
still relevant
thanks for the bug report, abaplint is responsible for the syntax check, so I'll move the issue to abaplint/abaplint
still relevant
heh, the unescaped escaping example works with abaplint ```abap FORM test USING changing CHANGING using. CLEAR changing. CLEAR using. ENDFORM. ``` 
since renaming actually works, it might just be a problem with the over in vscode