ann_module6.py 138 B

1234567
  1. # Tests that top-level ClassVar is not allowed
  2. from __future__ import annotations
  3. from typing import ClassVar
  4. wrong: ClassVar[int] = 1