summaryrefslogtreecommitdiff
path: root/test/files/run/t9749-repl-dot.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9749-repl-dot.scala')
-rw-r--r--test/files/run/t9749-repl-dot.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/run/t9749-repl-dot.scala b/test/files/run/t9749-repl-dot.scala
new file mode 100644
index 0000000000..19cecbf444
--- /dev/null
+++ b/test/files/run/t9749-repl-dot.scala
@@ -0,0 +1,10 @@
+
+import scala.tools.partest.ReplTest
+
+object Test extends ReplTest {
+ def code =
+ """
+"3"
+ .toInt
+ """
+}