Skip to content

Commit b7e5055

Browse files
committed
changed only STR is not deprecated
1 parent b36b335 commit b7e5055

File tree

1 file changed

+0
-1
lines changed
  • src/main/kotlin/internals/instructions/strings

1 file changed

+0
-1
lines changed

src/main/kotlin/internals/instructions/strings/Strings.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import internals.Vm
88
* This class provides functions for manipulating strings, including string comparison, concatenation,
99
* copying, and calculating string length.
1010
*/
11-
@Deprecated("Moved into stdlib functions")
1211
open class Strings(vm: Vm) {
1312
val helpers = vm.helpers
1413
val registers = vm.registers

0 commit comments

Comments
 (0)