blob: bff1eb33322e0f08d03caea9e8ea41fcf6b46e0e [file] [log] [blame]
// "Make 'Foo' implement 'Foo.Bar'" "true"
public class Foo {
public Bar getBar() {
return t<caret>his;
}
public interface Bar {}
}