pub fn resolve_call_target(
ctx: &Arc<SharedContext>,
node: &SyntaxNode,
) -> Option<CallConvention>
Expand description
Resolve a call target to a function or a method with a this.
pub fn resolve_call_target(
ctx: &Arc<SharedContext>,
node: &SyntaxNode,
) -> Option<CallConvention>
Resolve a call target to a function or a method with a this.