Dale King
Results
141
comments of
Dale King
Ran into this myself and am working around it by adding this to my code: ``` inline fun assertFailure(description: String? = "lambda", f: () -> Unit): Assert { @Suppress("TooGenericExceptionCaught") //...