Searched refs:SuperChainDerived (Results 1 – 1 of 1) sorted by relevance
338 interface SuperChainDerived extends SuperChain { interface in LambdasWithStaticAndDefaultMethods350 static class ClassWithSuperChain implements SuperChainDerived, OtherSuperChain {352 return "ClassWithSuperChain::iMain(" + SuperChainDerived.super.iMain() + ")" + iMainImpl(); in iMain()356 return "ClassWithSuperChain::iMain(" + SuperChainDerived.super.iMain() + in iMainImpl()