class LambdaExpr2 {
	
	op = ()->method();
	
	 method() {
		    return 2;
	}
}