Fixed nullability assertion that was accidentally made too strong

This commit is contained in:
Andrey Breslav
2012-06-13 13:59:36 +04:00
parent 70a80e1436
commit 6112c77b22
@@ -348,7 +348,7 @@ public class DescriptorResolver {
}
public static ConstructorDescriptorImpl createPrimaryConstructorForObject(
@NotNull PsiElement object,
@Nullable PsiElement object,
@NotNull ClassDescriptor classDescriptor,
@NotNull BindingTrace trace
) {