package p; //6, 32, 6, 32 import java.util.function.Supplier; public class A { Supplier<String> a2= () -> (new Integer(0)).toString(); }