Contains default instance for star projection: KmTypeProjection.STAR.
Star projection (*). For example, in MutableMap<in String?, *>, * is the star projection which is the second type argument of the type.
*
MutableMap<in String?, *>