Skip to content

Commit 789a1f3

Browse files
authored
Merge pull request #15 from SerVB/fix-long-package
Remove imports from default package (#14)
2 parents 63744d7 + bf1e962 commit 789a1f3

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

src/main/kotlin/unsigned/Byte.kt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
package unsigned
66

7-
import toBigInt
87
import java.math.BigInteger
98
import kotlin.experimental.and
109
import kotlin.experimental.or

src/main/kotlin/unsigned/Int.kt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
package unsigned
66

7-
import toBigInt
87
import java.math.BigInteger
98

109

src/main/kotlin/unsigned/Short.kt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
package unsigned
66

7-
import toBigInt
87
import java.math.BigInteger
98
import kotlin.experimental.and
109
import kotlin.experimental.or

src/test/kotlin/unsigned/test.kt

-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ import io.kotlintest.matchers.beLessThan
44
import io.kotlintest.should
55
import io.kotlintest.shouldBe
66
import io.kotlintest.specs.StringSpec
7-
import ucmp
8-
import udiv
97
import unsigned.java_1_7.toBinaryString
10-
import urem
118
import java.math.BigInteger
129

1310
/**

src/test/kotlin/unsigned/ulong.kt

-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
package unsigned
22

3-
import and
43
import io.kotlintest.matchers.beLessThan
54
import io.kotlintest.should
65
import io.kotlintest.shouldBe
76
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
177

188
class `Ulong test` : StringSpec() {
199

0 commit comments

Comments
 (0)