summaryrefslogtreecommitdiff
path: root/test/files/scalap/wildcardType/result.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/wildcardType/result.test')
-rw-r--r--test/files/scalap/wildcardType/result.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/scalap/wildcardType/result.test b/test/files/scalap/wildcardType/result.test
new file mode 100644
index 0000000000..78a24ef22a
--- /dev/null
+++ b/test/files/scalap/wildcardType/result.test
@@ -0,0 +1,3 @@
+class WildcardType extends java.lang.Object with scala.ScalaObject {
+ def this(f : scala.Function1[scala.Int, _]) = { /* compiled code */ }
+} \ No newline at end of file