Deprecated 'INSTANCE$' replaced with 'INSTANCE'
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ public final class DescriptorResolverUtils {
|
||||
@Override
|
||||
public Unit invoke(@NotNull CallableMemberDescriptor descriptor) {
|
||||
errorReporter.reportCannotInferVisibility(descriptor);
|
||||
return Unit.INSTANCE$;
|
||||
return Unit.INSTANCE;
|
||||
}
|
||||
});
|
||||
result.add((D) fakeOverride);
|
||||
|
||||
+1
-1
@@ -87,7 +87,7 @@ public class JavaMethodDescriptor extends SimpleFunctionDescriptorImpl implement
|
||||
SimpleFunctionDescriptorImpl descriptor = super.initialize(
|
||||
receiverParameterType, dispatchReceiverParameter, typeParameters, unsubstitutedValueParameters,
|
||||
unsubstitutedReturnType, modality, visibility);
|
||||
setOperator(OperatorChecks.INSTANCE$.canBeOperator(descriptor));
|
||||
setOperator(OperatorChecks.INSTANCE.canBeOperator(descriptor));
|
||||
return descriptor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user