summaryrefslogtreecommitdiff
path: root/test/files/neg/t696.check
blob: b7bc5cdf98d569463f28a0e77e6379169830ac38 (plain) (blame)
1
2
3
4
5
6
7
8
9
t696.scala:5: error: diverging implicit expansion for type TypeUtil0.Type[Any]
starting with method WithType in object TypeUtil0
  as[Any](null)
         ^
t696.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