Override completion in expect class should behave differently
Caret placement is at the end of new fun/property #KT-25313 Fixed
This commit is contained in:
@@ -3,4 +3,4 @@ interface I {
|
||||
val foo: Int
|
||||
}
|
||||
|
||||
<caret>class A(override val foo: Int) : I
|
||||
class A(override val foo: Int<caret>) : I
|
||||
|
||||
Reference in New Issue
Block a user