Build stubs for local functions; show them in Goto Symbol

#KT-14161 Fixed
This commit is contained in:
Dmitry Jemerov
2017-05-16 17:52:08 +02:00
parent f72dd75127
commit 4dd3f30f2d
8 changed files with 42 additions and 16 deletions
@@ -143,6 +143,12 @@ public class KotlinGotoTestGenerated extends AbstractKotlinGotoTest {
doSymbolTest(fileName);
}
@TestMetadata("localFunction.kt")
public void testLocalFunction() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/navigation/gotoSymbol/localFunction.kt");
doSymbolTest(fileName);
}
@TestMetadata("privateTopLevelDeclarations.kt")
public void testPrivateTopLevelDeclarations() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/navigation/gotoSymbol/privateTopLevelDeclarations.kt");