xgo/ast/stmt.go
2019-01-08 23:17:42 -08:00

6 lines
55 B
Go

package ast
type Stmt interface {
Node
stmtNode()
}