Bug Fix: KT-4613
Fix replace with infix function intention to be inapplicable in the case of package function calls, such as “kotlin.io.println(“”).”
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// SHOULD_FAIL_WITH: package.call
|
||||
fun main() {
|
||||
kotlin.io.<caret>println("")
|
||||
}
|
||||
Reference in New Issue
Block a user