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