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