summaryrefslogtreecommitdiff
path: root/test/files/res/t9089/A.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/res/t9089/A.scala')
-rw-r--r--test/files/res/t9089/A.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/res/t9089/A.scala b/test/files/res/t9089/A.scala
new file mode 100644
index 0000000000..bccf269639
--- /dev/null
+++ b/test/files/res/t9089/A.scala
@@ -0,0 +1 @@
+object O { def f(x: => Int): Int = x }