Move caret to generated element and add selection
This commit is contained in:
@@ -3,7 +3,9 @@ open class A() {
|
||||
}
|
||||
|
||||
fun some() : A {
|
||||
return object : A() {
|
||||
return object : A() {<caret>
|
||||
override val method: () -> Unit? = ?
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: need better selection and caret
|
||||
|
||||
Reference in New Issue
Block a user