Create expect/actual should move cursor to target declaration
#KT-34411 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Abstract: to be implemented
|
||||
actual abstract class Abstract {
|
||||
actual abstract class <caret>Abstract {
|
||||
actual fun foo(param: String): Int {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
}
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
expect fun foo(i: Int, d: Double, s: String): Boolean
|
||||
expect fun <caret>foo(i: Int, d: Double, s: String): Boolean
|
||||
Reference in New Issue
Block a user