Files
Petrandintellij-monorepo-bot 51ad67e9f7 PY-54512 Handle line breaks when extracting a method
GitOrigin-RevId: 95f6c067e613172913f3bbdc60eafb8623e32457
2025-09-18 15:42:03 +00:00

4 lines
92 B
Python

def foo(num):
if <selection>num >= 0 \
and num <= 9</selection>:
return 1