Reporter | Mark DeMichele (Mark.DeMichele) |
---|---|
Created | Apr 6, 2012 12:42:04 AM |
Updated | Apr 6, 2012 12:49:51 AM |
Priority | Show-stopper |
Type | Bug |
Fix versions | 7.0 |
State | Open |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | Code Completion |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
If you try to type the following it will replace this with something else.
if(! this.xyz)
However, if you type the following it's ok.
if(this.xyz)
The "not" seems to confuse it.
if(! this.xyz)
However, if you type the following it's ok.
if(this.xyz)
The "not" seems to confuse it.