summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/pos/t4494.flags1
-rw-r--r--test/files/pos/t4494.scala3
2 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t4494.flags b/test/files/pos/t4494.flags
new file mode 100644
index 0000000000..281f0a10cd
--- /dev/null
+++ b/test/files/pos/t4494.flags
@@ -0,0 +1 @@
+-Yrangepos
diff --git a/test/files/pos/t4494.scala b/test/files/pos/t4494.scala
new file mode 100644
index 0000000000..ef38a19083
--- /dev/null
+++ b/test/files/pos/t4494.scala
@@ -0,0 +1,3 @@
+object A {
+ List(1)
+}