summaryrefslogblamecommitdiff
path: root/test/files/neg/t9127.scala
blob: c0746144eb39ed2c22f32f6948c01ce6ef4b0ad9 (plain) (tree)
1
2
3
4
5
6
7






                  
trait X {
  val s = "hello"
  val t = "$s"
  val u = "a${s}b"
  val v = "a$s b"
}