// "Create local variable 'foo'" "false" // ERROR: Unresolved reference: foo // ACTION: Create extension function 'foo' // ACTION: Replace infix call with ordinary call // WITH_RUNTIME fun refer() { 1 foo 2 }