summaryrefslogtreecommitdiff
path: root/test/files/neg/bug415.check
blob: 76dbc64bc2fd4ef120f8a5d4a27f711026bd7ca2 (plain) (blame)
1
2
3
4
5
6
7
8
9
bug415.scala:10 error: method x cannot be accessed in A
 because its instance type => A#T contains a malformed type: A#T
  val y  = a.x;
            ^
bug415.scala:20 error: method x cannot be accessed in A2
 because its instance type => scala.Array[A2#T] contains a malformed type: A2#T
  val y: Array[String]  = a.x;
                           ^
two errors found