mrplow442
04/16/2017, 4:13 PMError:(3, 4) Type inference failed: Cannot infer type parameter T in
constructor Test<T : SuperImportantInterface>(vararg item:
Class<T>)
None of the following substitutions
(Array<out Class<ConcreteImplOne>>)
(Array<out Class<ConcreteImplTwo>>)
(Array<out Class<SuperImportantInterface>>)
can be applied to
(Class<ConcreteImplOne>,Class<ConcreteImplTwo>)