public class LambdaInitialization { Runnable foo() { return () -> { s(); }; } }