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:
+8
@@ -0,0 +1,8 @@
|
||||
interface Interface {
|
||||
var field: Int
|
||||
}
|
||||
|
||||
expect class SClass : Interface {
|
||||
override<caret>
|
||||
}
|
||||
// ELEMENT_TEXT: "override var field: Int"
|
||||
Reference in New Issue
Block a user