blob: 316f1bc892204c3b3f868e928919b24fbbc1a234 [file] [log] [blame]
class UUU {
int myValue;
UUU() {
System.out.println(<selection>myValue</selection>);
}
void init() {
myValue = 0;
}
}