Privated analysisOperation

This commit is contained in:
2022-10-11 23:53:38 -04:00
parent 1924892ab6
commit 89b432c6fd
4 changed files with 12 additions and 12 deletions

View File

@@ -169,7 +169,7 @@ func (what Type) reduce () (reduced Type, reducible bool) {
}
// analyzeType analyzes a type specifier.
func (analyzer AnalysisOperation) analyzeType (
func (analyzer analysisOperation) analyzeType (
inputType parser.Type,
) (
outputType Type,