Navigation: Support "Navigate/Related Symbol" for expects/actuals
#KT-20952 Fixed
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
expect class Foo {
|
||||
class <caret>Bar
|
||||
}
|
||||
|
||||
// REF: [js] (in test.Foo).Bar
|
||||
// REF: [jvm] (in test.Foo).Bar
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
actual class Foo {
|
||||
actual class Bar
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
actual class Foo {
|
||||
actual class Bar
|
||||
}
|
||||
Reference in New Issue
Block a user