1
0

node.go 48 B

12345
  1. package ast
  2. type Node interface {
  3. Pos() int
  4. }