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,5 @@
package test
expect class Foo {
class Bar
}
@@ -0,0 +1,5 @@
package test
actual class Foo {
actual class Bar
}
@@ -0,0 +1,7 @@
package test
actual class Foo {
actual class <caret>Bar
}
// REF: [common] (in test.Foo).Bar