stoyicker
inline fun <reified T: SomeSuperClass> someTest() { assertThat(something).isExactlyInstanceOf(Array<T>::class.java) }