summaryrefslogblamecommitdiff
path: root/test/files/neg/bug3736.check
blob: 8a910889148bbeea74a22940e70e8393d4f6c060 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                             
bug3736.scala:4: error: super not allowed here: use this.isInstanceOf instead
    def f2 = super.isInstanceOf[String]
                   ^
bug3736.scala:6: error: super not allowed here: use this.== instead
    def f4 = super.==(new AnyRef)
                   ^
bug3736.scala:7: error: super not allowed here: use this.!= instead
    def f5 = super.!=(new AnyRef)
                   ^
bug3736.scala:8: error: super not allowed here: use this.## instead
    def f6 = super.##
                   ^
four errors found