summaryrefslogtreecommitdiff
path: root/test/files/neg/bug836.check
blob: 4949e2cd66cd103bcb26bdd74579a21c35f3b9fc (plain) (blame)
1
2
3
4
5
6
bug836.scala:9: error: type mismatch;
 found   : Any
 required: A.this.S
  val some: S = any   // compiles => type X is set to scala.Any
                ^
one error found