scala> def (str1: String, str2: String, separator: String) =
<console>:1: error: identifier expected but '(' found.
def (str1: String, str2: String, separator: String) =
^