// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false" // ERROR: Unresolved reference: infix package x object infix { fun invoke() { } } fun x() { "" infix "" }