package bcelifier;

public class Lambda1 {

	Runnable methode(){
		return ()->System.out.println(this);
	}
}