Minor: fix in comment
This commit is contained in:
@@ -41,7 +41,7 @@ public interface FunctionDescriptor extends CallableMemberDescriptor {
|
|||||||
FunctionDescriptor substitute(@NotNull TypeSubstitutor substitutor);
|
FunctionDescriptor substitute(@NotNull TypeSubstitutor substitutor);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method should be used with q Wgreat care, because if descriptor is substituted one, calling 'getOverriddenDescriptors'
|
* This method should be used with a great care, because if descriptor is substituted one, calling 'getOverriddenDescriptors'
|
||||||
* may force lazy computation, that's unnecessary in most cases.
|
* may force lazy computation, that's unnecessary in most cases.
|
||||||
* So, if 'getOriginal().getOverriddenDescriptors()' is enough for you, please use it instead.
|
* So, if 'getOriginal().getOverriddenDescriptors()' is enough for you, please use it instead.
|
||||||
* @return
|
* @return
|
||||||
|
|||||||
Reference in New Issue
Block a user