The error is ``` Error:(3, 4) Type inference fail...
# announcements
m
The error is
Copy code
Error:(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>)