KT-7212 Convert member function to extension intenton positions caret improperly
#KT-7212 Fixed
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user