aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1044.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/i1044.scala')
-rw-r--r--tests/pos/i1044.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pos/i1044.scala b/tests/pos/i1044.scala
new file mode 100644
index 000000000..a984dbd67
--- /dev/null
+++ b/tests/pos/i1044.scala
@@ -0,0 +1,3 @@
+object Test {
+ val x = ???.getClass.getMethods.head.getParameterTypes.mkString(",")
+}