You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.println(mosquito); // "local variables referenced from a lambda expression must be final or effectively final" when "mosquito = "dead"" UNCOMMENTED
//mosquito = "bite"; // ILLEGAL: "error: local variables referenced from a lambda expression must be final or effectively final"