summaryrefslogblamecommitdiff
path: root/test/files/neg/bug3240.check
blob: 4f751d6f0035d92ea082fa638a57851fc63f8ccb (plain) (tree)
1
2
3
4
5
6
7






                                                                                                                  
bug3240.scala:3: error: only classes can have declared but undefined members
  type t
       ^
bug3240.scala:5: error: type arguments [this.t] do not conform to method asInstanceOf's type parameter bounds [T0]
       a.getOrElse(defVal).asInstanceOf[t]
                                       ^
two errors found