IN constant

Keyword const IN

Implementation

static const Keyword IN = const Keyword(
  /* index = */ 117,
  "in",
  "IN",
  KeywordStyle.reserved,
);