Clarified assertion for EA-50657.

This commit is contained in:
Evgeny Gerashchenko
2014-10-10 16:03:03 +04:00
parent a0e518870d
commit 73f3db5cf8
@@ -441,7 +441,8 @@ public class SignaturesPropagationData {
if (!(classifier instanceof ClassDescriptor)) {
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;
}