Skip to content

Commit bd0b5b2

Browse files
authored
add cx_sy_dyn_call_illegal_type (#914)
1 parent 7c29521 commit bd0b5b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@abaplint/cli": "^2.113.70",
16+
"@abaplint/cli": "^2.113.73",
1717
"@abaplint/database-sqlite": "^2.10.20",
1818
"@abaplint/runtime": "^2.10.21",
1919
"@abaplint/transpiler-cli": "^2.10.21",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CLASS cx_sy_dyn_call_illegal_type DEFINITION PUBLIC INHERITING FROM cx_sy_dyn_call_parameter_error.
2+
PUBLIC SECTION.
3+
ENDCLASS.
4+
5+
CLASS cx_sy_dyn_call_illegal_type IMPLEMENTATION.
6+
7+
ENDCLASS.

0 commit comments

Comments
 (0)