string

object string
class Object
trait Matchable
class Any
string.type

Type members

Types

type +[X <: String, Y <: String] <: String

Concatenation of two String singleton types.

Concatenation of two String singleton types.

package scala.compiletime.ops
trait Snippet0 { self: string.type =>
  val hello: "hello " + "world" = "hello world"
}
Source:
string.scala