Reporter |
|
---|---|
Created | Oct 21, 2010 8:40:23 AM |
Updated | Aug 12, 2015 11:06:08 AM |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Normal |
State | Submitted |
Type | Bug |
Target Wave | Undefined |
Fixed In Wave | Undefined |
Affected Wave | No affected wave |
Subsystem | Context Actions |
Fix versions | No Fix versions |
Affected versions | No Affected versions |
Fixed in builds | No Fixed in build |
VsVersion | All Versions |
Before CA:
After CA:
In C# we always have '{}', but in VB - not
If x > 0
xxxx
nnnnn
zzzzz
end if
After CA:
xxxx
nnnnn
zzzzz
In C# we always have '{}', but in VB - not