Reporter |
|
---|---|
Created | Oct 18, 2007 11:22:38 AM |
Updated | Aug 12, 2015 11:06:08 AM |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Normal |
State | Open |
Type | Feature |
Target Wave | Undefined |
Fixed In Wave | Undefined |
Affected Wave | No affected wave |
Subsystem | Context Actions |
Fix versions | Backlog |
Affected versions | No Affected versions |
Fixed in builds | No Fixed in build |
VsVersion | All Versions |
Variant 1:
Should be a CA for converting back and forth.
The 2->1 conversion is needed if you'd like to have something else but New in the assignment. 1->2 mostly pertains to style.
dim smth as Smth = new SmthVariant 2:
dim smth as new Smth
Should be a CA for converting back and forth.
The 2->1 conversion is needed if you'd like to have something else but New in the assignment. 1->2 mostly pertains to style.