blob: 8f7b670f76d7d0a8250a5f843296484beda95535 [file]
class Test {
public int i;
public void usage() {
int i = this.i;
}
}