summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/interpreter.scala')
-rw-r--r--test/files/run/interpreter.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/interpreter.scala b/test/files/run/interpreter.scala
index 9b270f380a..5ad9953857 100644
--- a/test/files/run/interpreter.scala
+++ b/test/files/run/interpreter.scala
@@ -107,6 +107,9 @@ there
(1 + // give up early by typing two blank lines
+// defining and using quoted names should work (ticket #323)
+def `match` = 1
+val x = `match`
</code>.text