How would one obtain getType of CtInvocation which is a lambda expression?
Open
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
For example,
`assertThrows(NullPointerException.class, () -> getPredicateInstance(new Predicate[] { null }));`
I want to obtain return type of `getPredicateInstance`
This function is an abstract function defined prior as shown here:
`protected abstract Predicate getPredicateInstance(Collection> predicates);`
Currently, it is returning `null`. I was wondering if there is any work around I can try?
Thank you so much,
Kim
Contributor guide
Assessment
This issue has not been assessed yet.