Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.1.Release
-
Fix Version/s: 2.7.2.Release
-
Component/s: Formatting
-
Labels:None
-
Number of attachments :
Description
In this snippet, perform format:
a = { 0 } as List
and the result is
a = {
0 } as List
Now, perform format again and you go back to the first snippet. Each time a format occurs, the text changes.