class Lambda5Test{
	public static void main(String[] args){
	Integer i = new Lambda5().methode().test(2);
}
}