blob: 844664c0506ce8c2e7d68cf57fb665522d3cd565 [file] [log] [blame]
public class Test {
public void foo(Test t) {
foo(((Test) new Test()));
}
}