// "Create method 'fooBar'" "true" class FooBar { { Comparator c = this::fooBar; } } interface Comparator { int compare(T o1, T o2); }