summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-allmirrors-tostring.check
blob: 2a3be29402f8818ea5272c6bf3b9de037791eea6 (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 C.f1 (bound to an instance of C)
field mirror for C.f2 (bound to an instance of C)
method mirror for C.m1: Int (bound to an instance of C)
method mirror for C.m2(): Int (bound to an instance of C)
method mirror for C.m3[T >: String <: Int]: T (bound to an instance of C)
method mirror for C.m4[A, B <: A[Int]](x: A[B])(implicit y: Int): Nothing (bound to an instance of C)
method mirror for C.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 C.<init>(): C (bound to null)
constructor mirror for C.C.<init>(): C.this.C (bound to an instance of C)