Files
openide/python/testData/codeInsight/codefragment/out.test

10 lines
102 B
Plaintext

def foo():
print("start")
<begin>
aaa = 123
<end>
print(aaa)
<result>
In:
Out:
aaa