summaryrefslogtreecommitdiff
path: root/test/files/neg/t0351.scala
blob: 665bd89da4b468e4e35c597e19413cad45a67d5d (plain) (blame)
1
2
3
abstract class Foo {
  def identity[T](x : => T) : (=> T)
}