General Comment:
class MyClass
{
public Int value;
private String name;
private Int name;
public Int get_value() { return value; }
public Void set_value(Int v) { value = v; }
}
This code generates the following error message:
Compile error: Redefinition of attribute `name' in class `MyClass' on
teste_class.clv line 5
For more information:
http://code.google.com/p/clever/source/detail?r=442