summaryrefslogblamecommitdiff
path: root/test/files/pos/t6033.scala
blob: 60142af6be97e3fa480d12bd9914ab506ba58b63 (plain) (tree)
1
2
3
4
5




                                         
object Test extends App {
  val b = new java.math.BigInteger("123")
  val big1 = BigInt(b)
  val big2: BigInt = b
}