================================================================================
basic/typeResolution2
================================================================================

extends "typeResolution1.pkl"

class Person2 { name = "person2" }

pp1: Person1
pp2: Person2

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

(module
  (moduleHeader
    (extendsOrAmendsClause
      (stringConstant)))
  (clazz
    (identifier)
    (classBody
      (classProperty
        (identifier)
        (slStringLiteral))))
  (classProperty
    (identifier)
    (typeAnnotation
      (type
        (qualifiedIdentifier
          (identifier)))))
  (classProperty
    (identifier)
    (typeAnnotation
      (type
        (qualifiedIdentifier
          (identifier))))))
