Correct missing space between literal and closing parenthesis

This commit is contained in:
danrega
2023-07-20 09:18:15 +02:00
parent 267c5bc6ca
commit 4de07b25e7
4 changed files with 59 additions and 59 deletions

View File

@@ -1405,7 +1405,7 @@ CLASS zcl_demo_abap_constructor_expr IMPLEMENTATION.
"Filling nested tables in deep structures
struc2-struc_nested = VALUE #( comp1 = `aaa`
comp2 = `bbb`
comp3 = `ccc`).
comp3 = `ccc` ).
struc1-itab = VALUE #(
( col1 = 111 col2 = 222 )