hello xml start tags
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@3906 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
2480b6cb66
commit
0fe2239084
|
@ -0,0 +1,4 @@
|
|||
xmlstart.scala:3: ';' expected but $XML< found.
|
||||
val aTest = 3 <hello ; //XML start!
|
||||
^
|
||||
one error found
|
|
@ -0,0 +1,4 @@
|
|||
case object AClass {
|
||||
val hello = 3;
|
||||
val aTest = 3 <hello ; //XML start!
|
||||
}
|
Loading…
Reference in New Issue