summaryrefslogtreecommitdiff
path: root/test/files/scalap/wildcardType.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/wildcardType.check')
-rw-r--r--test/files/scalap/wildcardType.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/scalap/wildcardType.check b/test/files/scalap/wildcardType.check
new file mode 100644
index 0000000000..e43261db32
--- /dev/null
+++ b/test/files/scalap/wildcardType.check
@@ -0,0 +1,3 @@
+class WildcardType extends scala.AnyRef {
+ def this(f : scala.Function1[scala.Int, _]) = { /* compiled code */ }
+}