Searched refs:OtherRefs (Results 1 – 2 of 2) sorted by relevance
9 import lambdadesugaring.other.OtherRefs;181 static class A extends OtherRefs {223 System.out.println(f(OtherRefs::staticOtherPublic)); in test()224 System.out.println(f(OtherRefs::staticOtherProtected)); in test()227 System.out.println(g(OtherRefs.PublicInit::new)); in test()293 public static class ProtectedInit extends OtherRefs.PublicInit {
6 public class OtherRefs { class