mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 13:43:29 +07:00
(cherry picked from commit c16b6d7b2a8ada5b8d2a8cd882dc64593dccf00e)
4 lines
71 B
Python
4 lines
71 B
Python
def foo():
|
|
print 'foo'
|
|
#comment with indent
|
|
print 'bar' |