Commit 03b6005 1 parent 6bcf9e1 commit 03b6005 Copy full SHA for 03b6005
File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "@abaplint/cli" : " ^2.113.91 " ,
15
- "@abaplint/runtime" : " ^2.10.23 " ,
16
- "@abaplint/database-sqlite" : " ^2.10.20 " ,
17
- "@abaplint/transpiler-cli" : " ^2.10.23 "
14
+ "@abaplint/cli" : " ^2.113.104 " ,
15
+ "@abaplint/runtime" : " ^2.10.25 " ,
16
+ "@abaplint/database-sqlite" : " ^2.10.24 " ,
17
+ "@abaplint/transpiler-cli" : " ^2.10.25 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -8,9 +8,14 @@ CLASS cl_salv_column DEFINITION PUBLIC.
8
8
METHODS set_sign IMPORTING value TYPE any OPTIONAL .
9
9
METHODS set_optimized IMPORTING value TYPE abap_bool DEFAULT abap_true .
10
10
METHODS set_alignment IMPORTING svalue TYPE any OPTIONAL .
11
+ METHODS set_visible IMPORTING value TYPE abap_bool .
11
12
ENDCLASS .
12
13
13
14
CLASS cl_salv_column IMPLEMENTATION .
15
+ METHOD set_visible .
16
+ ASSERT 1 = 'todo' .
17
+ ENDMETHOD .
18
+
14
19
METHOD set_alignment .
15
20
ASSERT 1 = 'todo' .
16
21
ENDMETHOD .
You can’t perform that action at this time.
0 commit comments