blob: 1e2187e98aea1f1fe037b47fe06f4a6f936195d3 [file] [log] [blame]
public class Bar implements IFoo, IBar {
public String getText() {
return "hello";
}
public IBar getIBar() {
return this;
}
}