Description
Jackson-module-kotlin version 2.9.7, newer version should experience the same problem
changing original source code inline fun <reified T> ObjectMapper.readValue(content: String): T = readValue(content, jacksonTypeRef<T>())
adds trailing ... as T
would fix the problem, however this way it provides poor exception message
Exception in thread "main" java.lang.NullPointerException: null cannot be cast to non-null type kotlin.Any