How to reference the generic type of a member of an inner class?
I’m curious to understand why testInnerClass fails to compile, citing incompatible types: Object cannot be converted to String. package test; import java.util.List; class Test< I extends …