Skip to content

Commit

Permalink
Merge pull request #15 from SerVB/fix-long-package
Browse files Browse the repository at this point in the history
Remove imports from default package (#14)
  • Loading branch information
elect86 committed Jul 10, 2018
2 parents 63744d7 + bf1e962 commit 789a1f3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/main/kotlin/unsigned/Byte.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package unsigned

import toBigInt
import java.math.BigInteger
import kotlin.experimental.and
import kotlin.experimental.or
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/unsigned/Int.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package unsigned

import toBigInt
import java.math.BigInteger


Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/unsigned/Short.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package unsigned

import toBigInt
import java.math.BigInteger
import kotlin.experimental.and
import kotlin.experimental.or
Expand Down
3 changes: 0 additions & 3 deletions src/test/kotlin/unsigned/test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import io.kotlintest.matchers.beLessThan
import io.kotlintest.should
import io.kotlintest.shouldBe
import io.kotlintest.specs.StringSpec
import ucmp
import udiv
import unsigned.java_1_7.toBinaryString
import urem
import java.math.BigInteger

/**
Expand Down
10 changes: 0 additions & 10 deletions src/test/kotlin/unsigned/ulong.kt
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
package unsigned

import and
import io.kotlintest.matchers.beLessThan
import io.kotlintest.should
import io.kotlintest.shouldBe
import io.kotlintest.specs.StringSpec
import minus
import or
import plus
import times
import toUBigInt
import ucmp
import udiv
import urem
import xor

class `Ulong test` : StringSpec() {

Expand Down

0 comments on commit 789a1f3

Please sign in to comment.