Imports:
  - Types:
      - BaseEntity
      - MutatedEntity
    From: embedded_entity_can_not_has_mutations/embedded_entity_can_not_has_mutations_helper

Annotations: |
  Base entity `BaseEntity` for testing embedded mutations.

---

# valid
->MutatedEntity():
  location: entity.py
  annotations: |
    Embedded mutated entity

# not valid
"->BaseEntity::MutatedEntity()": {}
