blob: afba616cbfa90e3720152b8f1edcb3cf628bfe1e [file] [log] [blame] [edit]
# Test collapse empty call expressions
func()
func()
# before comment
func()
func() # after comment
func(
# line comment
)
func(
name = "not_empty",
)