Files
openide/python/testData/psi/BlockWithoutColon.py

6 lines
63 B
Python

def foo():
while True
x = 1
x = 2
return x