Tests for showing synthetic methods in file structure view

This commit is contained in:
Nikolay Krasko
2014-05-29 01:47:36 +04:00
parent be6d68741b
commit 9c68beb7bc
7 changed files with 61 additions and 1 deletions
@@ -151,7 +151,8 @@ class KotlinStructureElementPresentation implements ColoredItemPresentation, Loc
return withRightArrow(ONLY_NAMES_WITH_SHORT_TYPES.render(firstOverriding.getContainingDeclaration()));
}
throw new IllegalStateException("At least one element should be returned");
// Location can be missing when base in synthesized
return null;
}
private static String withRightArrow(String str) {