summaryrefslogtreecommitdiff
path: root/test/files/neg/xmlstart.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/xmlstart.scala')
-rw-r--r--test/files/neg/xmlstart.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/xmlstart.scala b/test/files/neg/xmlstart.scala
new file mode 100644
index 0000000000..dfa3444716
--- /dev/null
+++ b/test/files/neg/xmlstart.scala
@@ -0,0 +1,4 @@
+case object AClass {
+ val hello = 3;
+ val aTest = 3 <hello ; //XML start!
+}