summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scala/comments.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/scala/comments.scala')
-rw-r--r--tests/examplefiles/scala/comments.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/examplefiles/scala/comments.scala b/tests/examplefiles/scala/comments.scala
new file mode 100644
index 00000000..be712b30
--- /dev/null
+++ b/tests/examplefiles/scala/comments.scala
@@ -0,0 +1,9 @@
+// Comments
+/* Comment block */
+/* Multi-line
+ * comment block
+ */
+/* /**/ /** */ /* comments within comments */ */
+/** /* */ /** **/ **/
+// /* Commented-out comment block
+// Line comment \ No newline at end of file