Files
openide/python/python-psi-impl
Mikhail Golubev b8cf0c6e0f PY-80002 Remove excessive version checks in PyResolveUtil.allowForwardReferences
`from __future__ import annotations` is not available in Python < 3.7,
and in earlier versions such import itself should be highlighted,
and using type parameter lists in Python < 3.12 is already reported.


(cherry picked from commit 18075131473fb5cee8a47ab259cfdc753889892e)

IJ-CR-175817

GitOrigin-RevId: 3a54244d031a5b8cd42da9aa6a75ce5a84c96603
2025-09-23 10:23:03 +00:00
..