import java.util.Comparator; class MyTest { { create(Comparator.naturalOrder()); } static void create(Comparator c) {} }