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