summaryrefslogtreecommitdiff
path: root/test/files/neg/bug415.check
blob: c834a328eb5e562aa09ec7a66340ab89ced7273b (plain) (blame)
1
2
3
4
5
bug415.scala:8: error: method x cannot be accessed in A
 because its instance type => A#T contains a malformed type: A#T
  val y: String  = a.x;
                    ^
one error found