summaryrefslogtreecommitdiff
path: root/test/files/neg/bug412.check
blob: 6caf74fb3d5664758e6ddb215941901a1ba807f1 (plain) (blame)
1
2
3
4
5
6
bug412.scala:9 error: type mismatch;
 found   : scala.AllRef(null)
 required: A.this.CX with A.this.C2
    val c: CX with C2 = null;
                        ^
one error found