KT-7212 Convert member function to extension intenton positions caret improperly
#KT-7212 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
abstract class Owner {
|
||||
}
|
||||
|
||||
fun <T> Owner.f(t: T): T = t
|
||||
fun <T> Owner.<caret>f(t: T): T = t
|
||||
Reference in New Issue
Block a user