summaryrefslogtreecommitdiff
path: root/test/files/neg/t3240.check
blob: 7ebabd5fcd292c193f4bdccbe7fedd3e14bc928b (plain) (blame)
1
2
3
4
5
6
7
t3240.scala:3: error: only classes can have declared but undefined members
  type t
       ^
t3240.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