Build stubs for local functions; show them in Goto Symbol
#KT-14161 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun main(args: Array<String>) {
|
||||
fun myFoo() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// SEARCH_TEXT: myFoo
|
||||
// REF: (in main).myFoo()
|
||||
Reference in New Issue
Block a user