blob: cfe91e00bde621f3179c571e586311ed070c07d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
GDTEST_OK
>> WARNING
>> Line: 4
>> CONFUSABLE_LOCAL_USAGE
>> The identifier "a" will be shadowed below in the block.
>> WARNING
>> Line: 5
>> SHADOWED_VARIABLE
>> The local variable "a" is shadowing an already-declared variable at line 1 in the current class.
1
2
|