Pass the arguments in the correct order dummy
This commit is contained in:
parent
5dc7a1b40a
commit
22b5d2e2c3
@ -245,7 +245,7 @@ fn nodeToCompletion(
|
||||
break :block var_decl.init_node.?;
|
||||
};
|
||||
|
||||
if (analysis.resolveTypeOfNode(&child_analysis_context, current_container, child_node)) |resolved_node| {
|
||||
if (analysis.resolveTypeOfNode(&child_analysis_context, child_node, current_container)) |resolved_node| {
|
||||
// Special case for function aliases
|
||||
// In the future it might be used to print types of values instead of their declarations
|
||||
if (resolved_node.id == .FnProto) {
|
||||
|
Loading…
Reference in New Issue
Block a user