**Is your feature request related to a problem? Please describe.** This works without error, hmm... ``` @dataclass class AAA(): a: List[str] a = AAA(7) ``` And `typeguard` currently does not support `dataclass`. We may need some other ways to force the checking.