Extract Function: Fix callee replacement in operation expressions

#KT-8294 Fixed
This commit is contained in:
Alexey Sedunov
2015-08-17 15:18:46 +03:00
parent 1ca3c5e3b8
commit 1db7195e94
12 changed files with 103 additions and 18 deletions
@@ -0,0 +1,3 @@
fun foo(minus : String.(String) -> Unit) {
"A" <selection>-</selection> "B"
}