Skip to content

Commit cad59ce

Browse files
authored
update semantic.translator method names for consistency (#6298)
1 parent af277ee commit cad59ce

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)