Implement Abstract Member: Navigate to the generated declaration
#KT-12290 Fixed (cherry picked from commit 6274c6b)
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ enum class E(n: Int) {
|
||||
get() = throw UnsupportedOperationException()
|
||||
}, C(3) {
|
||||
override val foo: Int
|
||||
get() = throw UnsupportedOperationException()
|
||||
get() = <caret><selection>throw UnsupportedOperationException()</selection>
|
||||
};
|
||||
|
||||
abstract val <caret>foo: Int
|
||||
abstract val foo: Int
|
||||
}
|
||||
Reference in New Issue
Block a user