Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add support for named arg funs with type params
Browse files Browse the repository at this point in the history
Part of #108.
  • Loading branch information
lucaswerkmeister committed Jun 8, 2015
1 parent 9550799 commit 5517f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ceylon/formatter/FormattingVisitor.ceylon
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@ shared class FormattingVisitor(
value context = fWriter.openContext();
that.type.visit(this);
that.identifier.visit(this);
that.typeParameterList?.visit(this);
for (paramList in CeylonIterable(that.parameterLists)) {
paramList.visit(this);
}
Expand Down

0 comments on commit 5517f2c

Please sign in to comment.