summaryrefslogtreecommitdiff
path: root/test/files/run/t7139.check
blob: 9a29a6cef9e652aaf195c187fa771af0af0f0df8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
scala> import test._
import test._

scala> A(0)
res0: test.A = 0

scala> A(0)
res1: test.A = 0

scala> :quit