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 <T> Owner<T>.f(t: T): T = t
fun <T> Owner<T>.<caret>f(t: T): T = t