summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-allmirrors-tostring.check
blob: 3003cce6c04c8d6a11cd137785c2b36d6440cc35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class mirror for C (bound to null)
module mirror for M (bound to null)
instance mirror for an instance of C
field mirror for private[this] val f1: Int (bound to an instance of C)
field mirror for private[this] var f2: Int (bound to an instance of C)
method mirror for def m1: Int (bound to an instance of C)
method mirror for def m2(): Int (bound to an instance of C)
method mirror for def m3[T >: String <: Int]: T (bound to an instance of C)
method mirror for def m4[A[_], B <: A[Int]](x: A[B])(implicit y: Int): Nothing (bound to an instance of C)
method mirror for def m5(x: => Int,y: Int*): String (bound to an instance of C)
class mirror for C.C (bound to an instance of C)
module mirror for C.M (bound to an instance of C)
constructor mirror for def <init>(): C (bound to null)
constructor mirror for def <init>(): C.this.C (bound to an instance of C)