summaryrefslogblamecommitdiff
path: root/test/files/run/t6273.check
blob: bef0b227d20c08e4715a6836eafe91c7cbbe2aef (plain) (tree)
1
2
3
4
5
6
7
8
9


                                           





                   
           




        
Type in expressions to have them evaluated.
Type :help for more information.

scala> val y = 55
y: Int = 55

scala> val x = s"""
  y = $y
"""
x: String =
"
  y = 55
"

scala>