-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
This was merged in argotorg/solidity#7524 1 year ago.
Given the case:
string memory a = 'abc' 'def'
'ghi' 'jkl';
string memory b = 'abcdefghijkl';
bytes memory c = hex'dead' hex'beef'
hex'deadbe' hex'ef';
bytes memory d = hex'deadbeefdeadbeef';a == b and c == d in this case. line breaks and spaces can be in between each section.
It makes code readability much easier.
We use prettier, so doing this breaks formatting for us.
Metadata
Metadata
Assignees
Labels
No labels