Skip to content

Commit

Permalink
Merge branch 'main' into feature/uist
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 authored Aug 14, 2023
2 parents ef8088e + e1032dd commit 7a63c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/cl_run.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CLASS cl_run IMPLEMENTATION.
EXPORTING
writer = writer.

string_tab = generator->generate_type( ref->* ).
string_tab = generator->zif_aff_generator~generate_type( ref->* ).

* workaround for transpiler/JS keywords
LOOP AT string_tab ASSIGNING <row>.
Expand Down

0 comments on commit 7a63c60

Please sign in to comment.