KT-7212 Convert member function to extension intenton positions caret improperly

#KT-7212 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-05-12 11:38:10 +03:00
parent 3222486dba
commit fbc3fa2b09
21 changed files with 25 additions and 22 deletions
@@ -1,4 +1,4 @@
abstract class Owner<T> {
}
fun Owner<T>.f<T, R>(t: T, r: R): R = r
fun Owner<T>.<caret>f<T, R>(t: T, r: R): R = r