blob: 4c238962f48997c3f0bdec5a4d189ba7949800f3 [file] [log] [blame]
public interface IFoo {
String <caret>getText();
IBar getIBar();
}