The next view:
@View( members = "viewProperty;" + "street, zipCode, Address.addFullAddress();" + "city [" + " city, state;" + "]" + // It has no ; "asString" // It should be in the same row ),
asString is displayed in a new row, but it should be displayed in the same row as the documentation explains and it behaves in that way when the next member is a reference or another group.
It can be reproduced in Address from Customer.