added extensions for BigInteger and BigDecimal

This commit is contained in:
svtk
2012-01-30 14:55:31 +04:00
parent 1d71e820bb
commit 4ce9a89d85
5 changed files with 73 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import stdhack.test.*
import junit.framework.*
import junit.textui.TestRunner
val suite = testSuite<Int>("test group") {
public val suite : TestSuite? = testSuite<Int>("test group") {
var staticState = 10
setUp = {