summaryrefslogtreecommitdiff
path: root/test/files/pos/t0273.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0273.scala')
-rw-r--r--test/files/pos/t0273.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/t0273.scala b/test/files/pos/t0273.scala
index de94829e8b..ac02b8c15a 100644
--- a/test/files/pos/t0273.scala
+++ b/test/files/pos/t0273.scala
@@ -1,3 +1,5 @@
+class A
+
object Test {
def a = () => ()
def a[T] = (p:A) => ()