summaryrefslogblamecommitdiff
path: root/test/files/neg/t900.scala
blob: 2d2c85757523d38cba46e7b3141ffa269f960339 (plain) (tree)
1
2
3
4
5




                           
trait Foo {
        type bar
        val x : bar
        def break(): x.type
}