summaryrefslogtreecommitdiff
path: root/test/files/neg/bug412.check
blob: 8d1f487f42735f499a916a0a4c3057cee0c28bb5 (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