Typelevel Scala compiler development and discussion | Latest release TLS 4 for 2.11.11, 2.12.3 and 2.13.0-M2 | Code of conduct http://typelevel.org/conduct.html
apply"foobar"
, which is provided via a StringContext
implicit class in Predef.
+(x: Any)
method.
"$foo"
without the compiler trying to interpolate foo
.s""
interpolated strings by default, with just an import.
2.
to 1.
in the second list item above...