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

Commit

Permalink
comment about #4484
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Jul 20, 2015
1 parent 51ba1ae commit d44adbb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ private void flip() {
boolean topLevel =
parameterizedDeclaration==null; //i.e. toplevel parameter in a parameter declaration
if (topLevel) {
//TODO: to fix #1378 don't do this when the
// parameter dec occurs in any parameter
// list other than the first parameter
// list of the function
FunctionOrValue fov = (FunctionOrValue) dec;
parameterizedDeclaration =
fov.getInitializerParameter()
Expand Down

0 comments on commit d44adbb

Please sign in to comment.