================================================================================
classes/unionTypesErrorString2
================================================================================

class X {
  a: "aaaaaaaaaaaaaaa"
     | "bbbbbbbbbbbbb"
     | "ccccccccccccc"
     | "ddddddddddddd"
     | "eeeeeeeeeeeee"
     | "fffffffffffff"
     | "ggggggggggggg"
     | "hhhhhhhhhhhhh"
     | "iiiiiiiiiiiii"
     | "jjjjjjjjjjjjj"
     | "kkkkkkkkkkkkk"
}

res1 = new X {
  a = "other"
}

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

(module
  (clazz
    (identifier)
    (classBody
      (classProperty
        (identifier)
        (typeAnnotation
          (type
            (type
              (type
                (type
                  (type
                    (type
                      (type
                        (type
                          (type
                            (type
                              (type
                                (stringConstant))
                              (type
                                (stringConstant)))
                            (type
                              (stringConstant)))
                          (type
                            (stringConstant)))
                        (type
                          (stringConstant)))
                      (type
                        (stringConstant)))
                    (type
                      (stringConstant)))
                  (type
                    (stringConstant)))
                (type
                  (stringConstant)))
              (type
                (stringConstant)))
            (type
              (stringConstant)))))))
  (classProperty
    (identifier)
    (newExpr
      (type
        (qualifiedIdentifier
          (identifier)))
      (objectBody
        (objectProperty
          (identifier)
          (slStringLiteral))))))
