Closed Jianchu closed 8 years ago
The previous ToStringSerializer didn't add \n before the first constant slot, so the output of constant slot is:
ToStringSerializer
\n
( 81 => @DataFlowTop ) ( 82 => @DataFlowTop ) ( 83 => @DataFlowTop )( 1 => @DataFlow )
and this commit makes the format better.
The previous
ToStringSerializer
didn't add\n
before the first constant slot, so the output of constant slot is:and this commit makes the format better.