Check componentN functions for overload conflicts
This commit is contained in:
@@ -210,7 +210,9 @@ public class OverloadResolver {
|
||||
if (!overloadable.isSuccess()) {
|
||||
JetDeclaration jetDeclaration = (JetDeclaration) BindingContextUtils
|
||||
.descriptorToDeclaration(trace.getBindingContext(), member);
|
||||
redeclarations.add(Pair.create(jetDeclaration, member));
|
||||
if (jetDeclaration != null) {
|
||||
redeclarations.add(Pair.create(jetDeclaration, member));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user