Skip to content

Commit

Permalink
fix cl_abap_tabledescr (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Dec 17, 2024
1 parent bd0b5b2 commit af17634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.113.73",
"@abaplint/cli": "^2.113.81",
"@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.21",
"@abaplint/transpiler-cli": "^2.10.21",
"@abaplint/runtime": "^2.10.22",
"@abaplint/transpiler-cli": "^2.10.22",
"0x": "^5.8.0"
}
}
2 changes: 1 addition & 1 deletion src/rtti/cl_abap_tabledescr.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CLASS cl_abap_tabledescr DEFINITION PUBLIC INHERITING FROM cl_abap_datadescr.
VALUE(type) TYPE REF TO cl_abap_datadescr.

CLASS-METHODS get
IMPORTING type TYPE REF TO cl_abap_typedescr
IMPORTING type TYPE REF TO cl_abap_datadescr
RETURNING VALUE(val) TYPE REF TO cl_abap_tabledescr.

CLASS-METHODS get_with_keys
Expand Down

0 comments on commit af17634

Please sign in to comment.