FINALLY constant

Keyword const FINALLY

Implementation

static const Keyword FINALLY = const Keyword(
  /* index = */ 109,
  "finally",
  "FINALLY",
  KeywordStyle.reserved,
);