Skip to content

Commit ba977f5

Browse files
committed
update semantic.translator method names to be consistent with other types
1 parent af277ee commit ba977f5

File tree

5 files changed

+250
-250
lines changed

5 files changed

+250
-250
lines changed

compiler/semantic/analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func Analyze(ctx context.Context, p *parser.AST, env *exec.Environment, extInput
2323
if extInput {
2424
astseq.Prepend(&ast.DefaultScan{Kind: "DefaultScan"})
2525
}
26-
seq := t.semSeq(astseq)
26+
seq := t.seq(astseq)
2727
if err := t.Error(); err != nil {
2828
return nil, err
2929
}

0 commit comments

Comments
 (0)