Hi there, I just noticed that `io.kotest.core.data...
# kotest
m
Hi there, I just noticed that
io.kotest.core.datatest.NamesKt#isStable(kotlin.reflect.KType)
return false, when the parameter is enum class. Is it expected?
a
Corrected as part of this PR https://github.com/kotest/kotest/pull/2035
m
Great! thanks!