Clarified assertion for EA-50657.
This commit is contained in:
+2
-1
@@ -441,7 +441,8 @@ public class SignaturesPropagationData {
|
|||||||
|
|
||||||
if (!(classifier instanceof ClassDescriptor)) {
|
if (!(classifier instanceof ClassDescriptor)) {
|
||||||
assert autoArguments.isEmpty() :
|
assert autoArguments.isEmpty() :
|
||||||
"Unexpected type arguments when type constructor is not ClassDescriptor, type = " + autoType;
|
"Unexpected type arguments when type constructor is not ClassDescriptor, type = " + autoType +
|
||||||
|
", classifier = " + classifier + ", classifier class = " + classifier.getClass();
|
||||||
return autoArguments;
|
return autoArguments;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user