...
This commit is contained in:
@@ -586,7 +586,7 @@ public sealed class Binder
|
||||
return new BoundBlock(node.Tokens, statements);
|
||||
}
|
||||
|
||||
private BoundBlock BindFuncBody(BlockSyntax block, NubType returnType, IEnumerable<BoundFuncParameter> parameters)
|
||||
private BoundBlock BindFuncBody(BlockSyntax block, NubType returnType, IReadOnlyList<BoundFuncParameter> parameters)
|
||||
{
|
||||
_funcReturnTypes.Push(returnType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user