Skip to content

Commit

Permalink
Add missing []
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfa committed Apr 14, 2024
1 parent 3321c36 commit 0e0eb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cscompiler/components/CSPrinter_Type.hx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class CSPrinter_Type extends CSPrinter_Base {
case CSArray(typePath, params):
printTypePath(typePath);
printTypeParams(params);
write('[]');

case CSFunction(args, ret):
// TODO
Expand Down

0 comments on commit 0e0eb5d

Please sign in to comment.