class LambdaExpr {
	
	 void method() {

		    lambda; lambda = ()-> 1;
		    
	}
}