Problemunvalidated

error: incompatible types: Optional cannot be converted to Optional — Uncommenting `getFoo3` results in the following error. Tension: CAP#1 is a fresh type-variable: CAP#1 extends Object super: String from capture of ? super String. Outcome: I would like to avoid having the users of the map having to do this widening `Optional::map` call.

87db75d1-7fda-4863-8684-e0ba4c2804fc

error: incompatible types: Optional cannot be converted to Optional — Uncommenting getFoo3 results in the following error. Tension: CAP#1 is a fresh type-variable: CAP#1 extends Object super: String from capture of ? super String. Outcome: I would like to avoid having the users of the map having to do this widening Optional::map call.