Searched refs:ForCtorRef (Results 1 – 1 of 1) sorted by relevance
267 static class ForCtorRef { class in SerializedLambdaTest275 Supplier<ForCtorRef> ctor = (Supplier<ForCtorRef> & Serializable) ForCtorRef::new; in testCtorRef()276 Consumer<Supplier<ForCtorRef>> b = s -> { in testCtorRef()278 ForCtorRef m = s.get(); in testCtorRef()