mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
PyCodeFragmentBuilder with imports support and tests
This commit is contained in:
13
python/testData/codeInsight/codefragment/variables.test
Normal file
13
python/testData/codeInsight/codefragment/variables.test
Normal file
@@ -0,0 +1,13 @@
|
||||
aaa = 12
|
||||
<begin>
|
||||
bbb = aaa
|
||||
aaa = bbb + 123
|
||||
<end>
|
||||
bbb
|
||||
aaa
|
||||
<result>
|
||||
In:
|
||||
aaa
|
||||
Out:
|
||||
aaa
|
||||
bbb
|
||||
Reference in New Issue
Block a user