File tree Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 44
55package unsigned
66
7- import toBigInt
87import java.math.BigInteger
98import kotlin.experimental.and
109import kotlin.experimental.or
Original file line number Diff line number Diff line change 44
55package unsigned
66
7- import toBigInt
87import java.math.BigInteger
98
109
Original file line number Diff line number Diff line change 44
55package unsigned
66
7- import toBigInt
87import java.math.BigInteger
98import kotlin.experimental.and
109import kotlin.experimental.or
Original file line number Diff line number Diff line change @@ -4,10 +4,7 @@ import io.kotlintest.matchers.beLessThan
44import io.kotlintest.should
55import io.kotlintest.shouldBe
66import io.kotlintest.specs.StringSpec
7- import ucmp
8- import udiv
97import unsigned.java_1_7.toBinaryString
10- import urem
118import java.math.BigInteger
129
1310/* *
Original file line number Diff line number Diff line change 11package unsigned
22
3- import and
43import io.kotlintest.matchers.beLessThan
54import io.kotlintest.should
65import io.kotlintest.shouldBe
76import io.kotlintest.specs.StringSpec
8- import minus
9- import or
10- import plus
11- import times
12- import toUBigInt
13- import ucmp
14- import udiv
15- import urem
16- import xor
177
188class `Ulong test` : StringSpec () {
199
You can’t perform that action at this time.
0 commit comments