0
kicks
Generic type inference and generic classes
Generic type inference is not allowed during constructor invocations because the value of the type parameter is part of the definition of the class you want to instanciate. This post describes a simple way to fire generic type inference at full power.