What the result will be please?
1 or 2?
Or an error?
Thanks,
Xinming
Definitely a compile-time error. You can't declare the same lexical
name even if the declarator is different. But even if that were
allowed, you also may not declare two attributes that generate an
accessor of the same name.
Larry