Skip to content

Commit 2b887d0

Browse files
committed
KEEP-0444-improve-compile-time-constants: Add missing bitwise operations on signed types
1 parent 1a5f825 commit 2b887d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proposals/KEEP-0444-improve-compile-time-constants.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ This also includes some extension functions for other Types:
581581

582582
- fun dec(): Byte
583583
- fun inc(): Byte
584+
- fun Byte.xor(other: Byte): Byte
584585
- fun equals(other: Any?): Boolean
585586

586587
**Int**
@@ -599,6 +600,7 @@ This also includes some extension functions for other Types:
599600

600601
- fun dec(): Short
601602
- fun inc(): Short
603+
- fun Short.xor(other: Byte): Short
602604
- fun equals(other: Any?): Boolean
603605

604606
**KCallable**

0 commit comments

Comments
 (0)