Navigation: Support "Navigate/Related Symbol" for expects/actuals

#KT-20952 Fixed
This commit is contained in:
Alexey Sedunov
2017-11-01 18:17:17 +03:00
parent b2e5e9dab5
commit b20ffe76b7
42 changed files with 386 additions and 41 deletions
@@ -0,0 +1,3 @@
package test
expect fun foo()
@@ -0,0 +1,3 @@
package test
actual fun foo() {}
@@ -0,0 +1,5 @@
package test
actual fun <caret>foo() {}
// REF: [common] (test).foo()