summaryrefslogblamecommitdiff
path: root/test/files/pos/t3417.scala
blob: d2de1608aaf33556f173d31867a6265ac1dd5c44 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                     
trait X extends NotNull {
    def foo = 1
}

trait Y extends Object with NotNull {
    def bar = 1
}

class Z extends NotNull

class W extends Object with NotNull