blob: 50749fc96e33c081c45c999117ea68bba1557ef7 [file] [log] [blame]
package e6;
/* Test case for bug 36479 Rename operation during refactoring fails */
public class A {
Object foo() {
return (B36479.C)this;
}
}