summaryrefslogtreecommitdiff
path: root/test/files/neg/t0590.scala
blob: 3416ade35586fbee979c84243351b4f0ab184422 (plain) (blame)
1
2
3
object Test {
  implicit def foo[T] : T = null
}