blob: 3612e7957a765fc071edc9e7b039390aba9e84b4 [file] [log] [blame]
public class Test {
int foo = 1;
public Test() {
int foo = foo = 2;
}
}