| Priority |
Show-stopper |
| Type | Bug |
| State | Fixed |
| Assignee | Sergey Shkredov |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.0, 3.1
|
| Fixed in build |
Next build |
RSRP-51769 |
IntroVar::VB: Should Remove the Original Expression When Just Creating a Declaration |
|
|
Dim a As Integer = 1 a * Math.PI / 8
Dim a As Integer = 1 Dim angle As Double = a * Math.PI / 8 angle()