DEFAULT TYPE:
KaUsualClassType:
  annotations: []
  typeArguments: [
    KaTypeParameterType:
      annotations: []
      type: K
  ]
  type: pack/one/Foo<K>
DEFAULT TYPE WITH STAR PROJECTIONS:
KaUsualClassType:
  annotations: []
  typeArguments: [
    *
  ]
  type: pack/one/Foo<*>
