We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4c4f0 commit f5908d1Copy full SHA for f5908d1
docs/checks/declaration-in-if.md
@@ -27,7 +27,7 @@ The pseudo comment must be placed right after the declaration.
27
28
```abap
29
IF example = ''.
30
- TYPE type_declaration TYPE string. "#EC DECL_IN_IF
+ TYPES type_declaration TYPE string. "#EC DECL_IN_IF
31
FIELD-SYMBOLS: <field_declaration> TYPE any. "#EC DECL_IN_IF
32
DATA data_declaration TYPE string. "#EC DECL_IN_IF
33
ENDIF.
0 commit comments