package lambdaExpression18_in; @FunctionalInterface interface F { void foo(); } interface I_Test { /*]*/F f_0= () -> {};/*[*/ }