DEFAULT TYPE:
KaUsualClassType:
  annotations: []
  typeArguments: [
    KaTypeParameterType:
      annotations: []
      type: C
    KaTypeParameterType:
      annotations: []
      type: D
    KaTypeParameterType:
      annotations: []
      type: E
  ]
  type: pack/Foo.NestedClass<C, D, E>
DEFAULT TYPE WITH STAR PROJECTIONS:
KaUsualClassType:
  annotations: []
  typeArguments: [
    *
    *
    *
  ]
  type: pack/Foo.NestedClass<*, *, *>
