class Main { void f(Optional e) { if (v.isPresent()) { System.out.println("v: " + v.get()); } } }