We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b733f3c commit e94fc79Copy full SHA for e94fc79
src/main/kotlin/unsigned/Ubyte.kt
@@ -12,7 +12,7 @@ import kotlin.experimental.inv
12
* Created by GBarbieri on 20.03.2017.
13
*/
14
15
-class Ubyte(val v: Byte) : Number() {
+class Ubyte(var v: Byte) : Number() {
16
17
companion object {
18
0 commit comments