blob: 52e4dcf2e61359980cd8b718671868568ad23eed [file] [log] [blame]
public class Test {}
class Foo {
void test() {
Test test = new Test();
Test test2 = new Test();
}
}