summaryrefslogtreecommitdiff
path: root/test/files/neg/t0590.check
blob: a3ef70c6cdf8879a139a9b7c56cf314359b98afe (plain) (blame)
1
2
3
4
5
6
t0590.scala:2: error: type mismatch;
 found   : Null(null)
 required: T
  implicit def foo[T] : T = null
                            ^
one error found