Has anyone seen this kind of Intellij kotlin editor complaint of Regex constructor while compilation passes:
Overload resolution ambiguity. All these functions match.
public constructor Regex(pattern: String) defined in kotlin.text.Regex
public fun Regex(pattern: String): Regex defined in kotlin.text