larshp / abapmerge

Merge ABAP classes/interfaces/INCLUDEs into single file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug, skipping testclasses also take care of FRIENDS

larshp opened this issue · comments

see abapGit/abapGit#3418

for following, abapmerge will output code with syntax errors

CLASS zcl_foobar DEFINITION CREATE PRIVATE FRIENDS zcl_injector.
ENDCLASS.
CLASS zcl_foobar IMPLEMENTATION.
ENDCLASS.