Closed
Description
Description
When using AttributeListBuilder
, the build result (formatted by BasicFormat
) doesn't have spaces between each attributes, which is ill-formed in Swift.
Steps to Reproduce
let builder = AttributeListSyntax {
AttributeSyntax("@inlinable")
AttributeSyntax("@discardableResult")
}
print(builder) // @inlinable@discardableResult