Minor changes

This commit is contained in:
Martino Ferrari
2026-01-27 15:39:25 +01:00
parent 1d7dc665d6
commit 6781d50ee4
2 changed files with 8 additions and 5 deletions

View File

@@ -10,9 +10,6 @@ func TestASTCoverage(t *testing.T) {
pos := parser.Position{Line: 1, Column: 1}
var n parser.Node
// var d parser.Definition // Definition has unexported method, can't assign?
// Yes I can assign if I am using the interface type exported by parser.
// But I cannot call the method.
var d parser.Definition
var v parser.Value