Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
{{>symbol/name-text symbol ~}}
{{~/if}}
{{~#if isFinal}} final{{/if~}}
{{#unless bases~}}
{{else if isFriend~}}
{{else}}
{{#if bases}}

{{#each bases~}}
{{#if @first}}
Expand All @@ -18,7 +16,7 @@
{{#unless (eq access ../defaultAccess)}} {{access}}{{/unless~}}
{{#if isVirtual}} virtual{{/if}} {{>type/declarator type~}}
{{/each~}}
{{/unless}}
{{/if}}
{{!-- Unless we are going to show a class body ("{ ... }"), don't add a
semicolon if the record is final, because something like `class A
final;` is ill-formed (`final` can't be used on a non-defining
Expand Down
Loading