class X { interface Fn { void test(String s); } void test() { Fn fn = (var s) -> System.out.println(s); } }