Smart completion: generic functions are correctly included into the list
#KT-6375 Fixed
This commit is contained in:
+1
@@ -42,6 +42,7 @@ public class LocalVariableDescriptor extends VariableDescriptorImpl {
|
||||
@NotNull
|
||||
@Override
|
||||
public LocalVariableDescriptor substitute(@NotNull TypeSubstitutor substitutor) {
|
||||
if (substitutor.isEmpty()) return this;
|
||||
throw new UnsupportedOperationException(); // TODO
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user