COMPILATION_UNIT constant

ElementKind const COMPILATION_UNIT

Implementation

static const ElementKind COMPILATION_UNIT = ElementKind(
  'COMPILATION_UNIT',
  3,
  "compilation unit",
);