Description
Now we do not generate tests for decorated functions or functional fields because of complicated analysis for type inference, but when annotations are given, this analysis is not needed.
Expected behavior
Tests for annotated decorators (including staticmethod and classmethod) and functional fields are generated.