Files
openide/python/testData/codeInsight/runLineMarker/runnable.py
2016-12-30 14:14:55 +03:00

6 lines
58 B
Python

def f():
print(1)
if __name__ == "__main__":
f()