Create expect/actual should move cursor to target declaration

#KT-34411 Fixed
This commit is contained in:
Dmitry Gridin
2019-10-31 16:09:27 +07:00
parent 8e2943ae2a
commit 17429d333e
3 changed files with 4 additions and 3 deletions
@@ -1 +1 @@
expect fun foo(i: Int, d: Double, s: String): Boolean
expect fun <caret>foo(i: Int, d: Double, s: String): Boolean