65e670ef15
Fix replace with infix function intention to be inapplicable in the case of package function calls, such as “kotlin.io.println(“”).”
5 lines
97 B
Kotlin
5 lines
97 B
Kotlin
// WITH_RUNTIME
|
|
// SHOULD_FAIL_WITH: package.call
|
|
fun main() {
|
|
kotlin.io.<caret>println("")
|
|
} |