Fixed nullability assertion that was accidentally made too strong
This commit is contained in:
@@ -348,7 +348,7 @@ public class DescriptorResolver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static ConstructorDescriptorImpl createPrimaryConstructorForObject(
|
public static ConstructorDescriptorImpl createPrimaryConstructorForObject(
|
||||||
@NotNull PsiElement object,
|
@Nullable PsiElement object,
|
||||||
@NotNull ClassDescriptor classDescriptor,
|
@NotNull ClassDescriptor classDescriptor,
|
||||||
@NotNull BindingTrace trace
|
@NotNull BindingTrace trace
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user