File tree 5 files changed +0
-16
lines changed
5 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 4
4
5
5
package unsigned
6
6
7
- import toBigInt
8
7
import java.math.BigInteger
9
8
import kotlin.experimental.and
10
9
import kotlin.experimental.or
Original file line number Diff line number Diff line change 4
4
5
5
package unsigned
6
6
7
- import toBigInt
8
7
import java.math.BigInteger
9
8
10
9
Original file line number Diff line number Diff line change 4
4
5
5
package unsigned
6
6
7
- import toBigInt
8
7
import java.math.BigInteger
9
8
import kotlin.experimental.and
10
9
import kotlin.experimental.or
Original file line number Diff line number Diff line change @@ -4,10 +4,7 @@ import io.kotlintest.matchers.beLessThan
4
4
import io.kotlintest.should
5
5
import io.kotlintest.shouldBe
6
6
import io.kotlintest.specs.StringSpec
7
- import ucmp
8
- import udiv
9
7
import unsigned.java_1_7.toBinaryString
10
- import urem
11
8
import java.math.BigInteger
12
9
13
10
/* *
Original file line number Diff line number Diff line change 1
1
package unsigned
2
2
3
- import and
4
3
import io.kotlintest.matchers.beLessThan
5
4
import io.kotlintest.should
6
5
import io.kotlintest.shouldBe
7
6
import 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
17
7
18
8
class `Ulong test` : StringSpec () {
19
9
You can’t perform that action at this time.
0 commit comments