can wasm use enumValue<T>() ? when I used, p...
# webassembly
h
can wasm use enumValue<T>() ? when I used, printed follows java.lang.IllegalStateException: Body not found for function FUN name:enumValues visibility:public modality:FINAL <T> () returnType:kotlin.Array<T of kotlin.enumValues> [inline]
s
Not supported currently. It will be fixed in 1.9.0 https://youtrack.jetbrains.com/issue/KT-57276/
h
thanks for kind 🙂