Skip to content

Commit

Permalink
Element text for "class object" added
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Feb 29, 2012
1 parent 35ea508 commit de1c4aa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ private String getElementText() {
if (myElement instanceof JetClassInitializer) {
return "<class initializer>";
}

if (myElement instanceof JetClassObject) {
return "<class object>";
}
}

return text;
Expand Down

0 comments on commit de1c4aa

Please sign in to comment.