legacy-svn-scala/test/files/neg/bug836.check

7 lines
171 B
Plaintext

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