Skip to content

Commit ad0799e

Browse files
authored
add cx_sy_rtti_no_check (#1040)
1 parent 66af6e0 commit ad0799e

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
@@ -15,7 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"@abaplint/cli": "^2.115.1",
18+
"@abaplint/cli": "^2.115.2",
1919
"@abaplint/database-pg": "^2.11.78",
2020
"@abaplint/database-sqlite": "^2.11.78",
2121
"@abaplint/runtime": "^2.12.22",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CLASS cx_sy_rtti_no_check DEFINITION PUBLIC INHERITING FROM cx_no_check.
2+
PUBLIC SECTION.
3+
ENDCLASS.
4+
5+
CLASS cx_sy_rtti_no_check IMPLEMENTATION.
6+
7+
ENDCLASS.

0 commit comments

Comments
 (0)