Skip to content

Commit bf1e962

Browse files
committed
Remove imports from default package (#14)
1 parent 63744d7 commit bf1e962

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

src/main/kotlin/unsigned/Byte.kt

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 3 deletions
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

Lines changed: 0 additions & 10 deletions
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)