infer Method
fun RecordDeclaration.inferMethod(call: CallExpression, isStatic: Boolean = false, ctx: TranslationContext): MethodDeclaration
Tries to infer a MethodDeclaration from a CallExpression.
Tries to infer a MethodDeclaration from a CallExpression.