summaryrefslogtreecommitdiff
path: root/test/files/neg/volatile-intersection.check
blob: ef983994ab41fa0178930202bb8e517f41eefd23 (plain) (blame)
1
2
3
4
volatile-intersection.scala:8: error: illegal type selection from volatile type C.this.D with C.this.U
    val y: (D with U)#T = new B { }
                      ^
one error found