added extensions for BigInteger and BigDecimal
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user