package p; //6, 32, 6, 32

import java.util.function.Consumer;

public class A {
	Consumer<Integer> a1= x -> x.toString();	
}