Home
last modified time | relevance | path

Searched refs:SuperChainDerived (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/test/examplesAndroidO/lambdadesugaringnplus/
DLambdasWithStaticAndDefaultMethods.java338 interface SuperChainDerived extends SuperChain { interface in LambdasWithStaticAndDefaultMethods
350 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()