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