summaryrefslogtreecommitdiff
path: root/test/files/run/t5537.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5537.scala')
-rw-r--r--test/files/run/t5537.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/run/t5537.scala b/test/files/run/t5537.scala
new file mode 100644
index 0000000000..ae88dcc11f
--- /dev/null
+++ b/test/files/run/t5537.scala
@@ -0,0 +1,10 @@
+import scala.tools.partest.ReplTest
+
+object Test extends ReplTest {
+ def code = """
+List[Predef.type]()
+List[scala.`package`.type]()
+List[List.type]()
+List[Set.type]()
+ """
+}