summaryrefslogblamecommitdiff
path: root/test/files/pos/t0273.scala
blob: ac02b8c15a6e9d98a40ead15ccdc7aaf07fd7259 (plain) (tree)
1
2
3
4
5
6

       



                      
class A

object Test {
def a = () => ()
def a[T] = (p:A) => ()
}