Hello! Is there posibility to define default actua...
# general-advice
p
Hello! Is there posibility to define default actual for expect such that if no actual was found for target default will be applied?
l
This can be done for expected annotations using
Copy code
@OptionalExpectation
but it only works for expected annotations right now, not methods or variables.