findMostApplicable
open fun findMostApplicable(methods: List<ResolvedMethodDeclaration>, name: String, argumentsTypes: List<ResolvedType>, typeSolver: TypeSolver, invocationContext: ResolvedReferenceTypeDeclaration): SymbolReference<ResolvedMethodDeclaration>(source)
Parameters
methods
we expect the methods to be ordered such that inherited methods are later in the list
open fun findMostApplicable(methods: List<ResolvedMethodDeclaration>, name: String, argumentsTypes: List<ResolvedType>, typeSolver: TypeSolver, wildcardTolerance: Boolean, invocationContext: ResolvedReferenceTypeDeclaration): SymbolReference<ResolvedMethodDeclaration>(source)