IMPORT constant

ElementKind const IMPORT

Implementation

static const ElementKind IMPORT = ElementKind(
  'IMPORT',
  15,
  "import directive",
);