D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
python3.12
/
test
/
typinganndata
/
Filename :
ann_module6.py
back
Copy
# Tests that top-level ClassVar is not allowed from __future__ import annotations from typing import ClassVar wrong: ClassVar[int] = 1