CASE constant

Keyword const CASE

Implementation

static const Keyword CASE = const Keyword(
  /* index = */ 90,
  "case",
  "CASE",
  KeywordStyle.reserved,
);