Concatenation of two String singleton types. scala val hello: "hello " + "world" = "hello world"
String
scala val hello: "hello " + "world" = "hello world"