in simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleStructureViewElement.java [57:60]
public ItemPresentation getPresentation() {
ItemPresentation presentation = myElement.getPresentation();
return presentation != null ? presentation : new PresentationData();
}