class Test1 { { Comparable c = o -> { if (o == null) return 1; return -1; System.out.println("Hello"); }; } }