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

9 lines
124 B
Python

import a
# comment 1
# comment 2
# comment 3
import c
print(a, c)
<error descr="Unresolved reference 'b'"><caret>b</error>