type-without-static
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
type-without-static =
union-type-without-static
| intersection-type-without-static
| nullable-type-without-static
| simple-type-without-static ;