eded51a0f5
Make sure redundancies between class and property TypeParceler annotations are detected when a type alias is used. This requires checking the expanded type arguments of the annotation, as just comparing the cone types is not sufficient because the type arguments are not expanded. ^KT-64979 Fixed