Rob Elliot
07/23/2025, 10:52 AMinfix fun @receiver:Language("RegExp") String.mapsTo(other: String): Pair<Regex, String> = TODO()
fun main() {
"/(?<>[^/]+)" mapsTo "bar" // left hand side does not get regexp highlighting - it should, shouldn't it?
}
Rob Elliot
07/23/2025, 10:53 AM