summaryrefslogblamecommitdiff
path: root/test/files/neg/t696b.check
blob: fcdb5440d809557dbd20c38b7acf0e692310221e (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                               
t696b.scala:5: error: diverging implicit expansion for type TypeUtil0.Type[Any]
starting with method WithType in object TypeUtil0
  as[Any](null)
         ^
t696b.scala:6: error: diverging implicit expansion for type TypeUtil0.Type[X]
starting with method WithType in object TypeUtil0
  def foo[X]() = as[X](null)
                      ^
two errors found