blob: 84892a0b982b130fb7d7f1532faf9aff262fbc6d [file] [log] [blame]
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
// ERROR: Unresolved reference: infix
package x
object infix {
fun invoke() {
}
}
fun x() {
"" <caret>infix ""
}