blob: 300d0917ab1d2ed17f8cbaf4f4c20dd23b4f0dd6 [file] [log] [blame]
def foo():
<warning descr="Inconsistent indentation: mix of tabs and spaces"> </warning>print "foo"
def bar():
print "foo"
<warning descr="Inconsistent indentation: previous line used tabs, this line uses spaces"> </warning>print "bar"
"""
foo
bar
"""
print foo(
bar,
baz
)