Comment on revision r442 in clever

0 views
Skip to first unread message

cle...@googlecode.com

unread,
May 19, 2011, 12:16:06 PM5/19/11
to cleve...@googlegroups.com
Comment by muriloufg:

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

Reply all
Reply to author
Forward
0 new messages