================================================================================
projects/badProjectDeps5/bug
================================================================================

// Should fail because dependency is out of date (PklProject.deps.json version is older)
import "@birds/Bird.pkl"

bird: Bird

--------------------------------------------------------------------------------

(module
  (lineComment)
  (importClause
    (stringConstant))
  (classProperty
    (identifier)
    (typeAnnotation
      (type
        (qualifiedIdentifier
          (identifier))))))
