summaryrefslogblamecommitdiff
path: root/test/files/pos/t4547.scala
blob: 01f229bbf67fb8ffdf0b040267c76899d1bca655 (plain) (tree)
1
2
3
4



                                                                                                                                                                                          
object Main {
  def g: BigInt = 5 + BigInt(4) // since we're looking for an implicit that converts an int into something that has a + method that takes a BigInt, BigInt should be in the implicit scope
  def g2 = 5 + BigInt(4)
}