Mark McGranaghan 8d31ec147c move to vendor
2012-11-17 08:21:42 -08:00

19 lines
327 B
Scala

/* This file /* which is totally legal scala */ will not be highlighted
correcty by pygments */
object {
val `interface` = """
A
"Multiline"
String
"""
val foo_+ = "foo plus"
val foo_⌬⌬ = "double benzene"
def main(argv: Array[String]) {
println(.interface + " " + foo_+ + " " + foo_⌬⌬ )
}
}