AUGMENTATION_IMPORT constant

ElementKind const AUGMENTATION_IMPORT

Implementation

static const ElementKind AUGMENTATION_IMPORT = ElementKind(
  'AUGMENTATION_IMPORT',
  0,
  "augmentation import",
);