Element text for "class object" added

This commit is contained in:
Sergey Lukjanov
2012-02-29 18:11:39 +04:00
parent 35ea508f4c
commit de1c4aa89f
@@ -157,6 +157,10 @@ public class JetStructureViewElement implements StructureViewTreeElement {
if (myElement instanceof JetClassInitializer) {
return "<class initializer>";
}
if (myElement instanceof JetClassObject) {
return "<class object>";
}
}
return text;