This is a migrated thread and some comments may be shown as answers.

Bug in v2015.1.217.0

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kamil
Top achievements
Rank 1
Kamil asked on 30 Mar 2015, 07:36 PM
Code:

decimal a = 0;
--a;

when compiled and decompiled results in:

decimal a = 0;
a = a--;

which does nothing. 

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 31 Mar 2015, 03:36 PM
Hello Kamil,

Thank you for letting us know about this problem. We really appreciate it.

We added the bug to our backlog and it will be fixed as soon as possible.

Please, update regularly and stay tuned.

Regards,
Alexander
Telerik
Tags
General Discussions
Asked by
Kamil
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or