Home
last modified time | relevance | path

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

/external/r8/src/test/examplesAndroidO/lambdadesugaringnplus/
DLambdasWithStaticAndDefaultMethods.java344 interface OtherSuperChain { interface in LambdasWithStaticAndDefaultMethods
350 static class ClassWithSuperChain implements SuperChainDerived, OtherSuperChain {
357 " + " + OtherSuperChain.super.iMain() + ")"; in iMainImpl()