blob: c5cc3a7ff2246ff19230013d8a12715b5589baf7 [file] [log] [blame]
class Foo():
def baz():
tmp = "!" # try to extract this assignment, either with or without this comment
baz()
def bar(self):
pass