summaryrefslogtreecommitdiff
path: root/test/files/neg/t0351.check
blob: d374c905eddc80cbbd5b56da22d9c01019abee74 (plain) (blame)
1
2
3
4
t0351.scala:2: error: no by-name parameter type allowed here
  def identity[T](x : => T) : (=> T)
                               ^
one error found