Skip to content

Commit 9a989a9

Browse files
committed
fix bug
1 parent 8117b2c commit 9a989a9

File tree

1 file changed

+1
-1
lines changed
  • src/Domain/HydraScript.Domain.FrontEnd/Parser/Impl/Ast/Nodes/Declarations/AfterTypesAreLoaded

1 file changed

+1
-1
lines changed

src/Domain/HydraScript.Domain.FrontEnd/Parser/Impl/Ast/Nodes/Declarations/AfterTypesAreLoaded/FunctionDeclaration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ public bool HasReturnStatement() =>
5757
public IReadOnlyCollection<ReturnStatement> ReturnStatements { get; }
5858

5959
protected override string NodeRepresentation() =>
60-
ZString.Concat("function", ' ', Name);
60+
ZString.Concat<string, char, string>("function", ' ', Name);
6161
}

0 commit comments

Comments
 (0)