Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
dfb4d78a3fd995154a255cac1c648ce2fea2146e
/
.
/
build
/
testdata
/
078.golden
blob: 13c06459c85873881e52479254f48f2321a4b0e0 [
file
]
def
f
():
pass
# comment after a compact def
def
g
():
if
True
:
pass
# comment after a nested compact if
def
h
():
for
x
in
[
1
]:
pass
# comment after a nested compact for
def
i
():
pass
# comment between a compact def and a statement
x
=
1