summaryrefslogtreecommitdiff
path: root/test/files/neg/t7848-interp-warn.check
blob: cbdc9f4c278fdf84f2c43b83b355c7bb38b44d23 (plain) (blame)
1
2
3
4
5
6
7
8
9
t7848-interp-warn.scala:7: warning: `$foo` looks like an interpolated identifier! Did you forget the interpolator?
    "An important $foo message!"
    ^
t7848-interp-warn.scala:11: warning: That looks like an interpolated expression! Did you forget the interpolator?
    "A doubly important ${foo * 2} message!"
    ^
error: No warnings can be incurred under -Xfatal-warnings.
two warnings found
one error found