mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
PY-10719 Fix add import above import with noinspection comment
GitOrigin-RevId: 6dd79b10e56b9e9e2eee76c83d5974dee43446a1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f1a515b268
commit
b7398bb63d
@@ -0,0 +1,4 @@
|
||||
# some comment #
|
||||
################
|
||||
|
||||
print(<error descr="Unresolved reference 'a'"><caret>a</error>)
|
||||
@@ -0,0 +1,5 @@
|
||||
# some comment #
|
||||
################
|
||||
import a
|
||||
|
||||
print(a)
|
||||
Reference in New Issue
Block a user