v/vlib/v/fmt/tests/long_sumtype_expected.vv

14 lines
221 B
V

import v.ast
type ManyExpr = ast.AnonFn
| ast.ArrayDecompose
| ast.ArrayInit
| ast.AsCast
| ast.AtExpr
| ast.BoolLiteral
| ast.CTempVar
| ast.CallExpr
| ast.CastExpr
type SomeStmt = ast.AsmStmt | ast.AssertStmt