Concatenation of two String singleton types.
String
Show collapsed lines
package scala.compiletime.ops trait Snippet0 { self: string.type => val hello: "hello " + "world" = "hello world" }