is there any way to reify a type without needing t...
# announcements
s
is there any way to reify a type without needing to specify it?
inline fun <reified T: Exception> ResultValidator<A???>.expectException(): ResultValidator<A???> = this.expectException(T::class.java)