summaryrefslogtreecommitdiff
path: root/test/files/run/t4172.check
blob: 4598e02d1fe35326f8bd6c028f356934f74f98f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Type in expressions to have them evaluated.
Type :help for more information.

scala> 

scala>     val c = { class C { override def toString = "C" }; ((new C, new C { def f = 2 })) }
warning: there were 1 feature warnings; re-run with -feature for details
warning: there were 1 feature warnings; re-run with -feature for details
c: (C, C{def f: Int}) forSome { type C <: Object } = (C,C)

scala> 

scala>