summaryrefslogtreecommitdiff
path: root/test/files/run/scalapInvokedynamic.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/scalapInvokedynamic.check')
-rw-r--r--test/files/run/scalapInvokedynamic.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/scalapInvokedynamic.check b/test/files/run/scalapInvokedynamic.check
new file mode 100644
index 0000000000..8e4b08f234
--- /dev/null
+++ b/test/files/run/scalapInvokedynamic.check
@@ -0,0 +1,5 @@
+class C extends scala.AnyRef {
+ def this() = { /* compiled code */ }
+ def m: java.lang.String = { /* compiled code */ }
+}
+