February 06, 2004 [BUG](low) forbidden hiding of local variable not reported | ||||
---|---|---|---|---|
| ||||
dmd 0.79, WIN98SE: void main(){ int i=1; { int i; printf("%d\n",i); } switch( true){ int i; case true: printf("%d\n",i); } } ouputs: | 0 | 4263124 So long. |
Copyright © 1999-2021 by the D Language Foundation