Files
2022-07-26 13:17:54 +00:00

6 lines
125 B
Python

# comment 1
# noinspection PyUnresolvedReferences
import b
print(b)
<error descr="Unresolved reference 'a'"><caret>a</error>