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
-3
@@ -1,9 +1,9 @@
|
||||
// WITH_RUNTIME
|
||||
// DISABLE-ERRORS
|
||||
interface T<X> {
|
||||
val <caret>foo: X
|
||||
val foo: X
|
||||
}
|
||||
|
||||
enum class E(override val foo: Int) : T<Int> {
|
||||
enum class E(override val foo: Int<caret>) : T<Int> {
|
||||
A, B, C
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user