Report variable names which conflict with imported types #1297
brian
8 Nov 2010
Promoted to ticket #1297 and assigned to brian
Thanks for reporting
brian
8 Nov 2010
Renamed from Variable identifier bug to Report variable names which conflict with imported types
brian
8 Nov 2010
Ticket resolved in 1.0.56
This situation will now report a compiler error
jodastephen
8 Nov 2010
The compiler allows local variables with type names:
When defined this way, the variable named
Strcannot be used. eg this fails to compile:The same problem affects parameters.