Phil Richardson
03/05/2022, 8:33 PMERROR CLASS items in unexpected places.
Primary examples is under the JS KVRemoteAgent class parameters
For KVServiceMgr<T> parameter, and for RequestInit under the (RequestInit.() -> Unit)? parameter
Both area pretty unexpected, given one comes from the common source of the same module, then the other from stdlib
I initially suspected https://github.com/Kotlin/dokka/issues/503
But I am not entirely sure it fitsRobert Jaros
03/09/2022, 12:19 PMRobert Jaros
03/09/2022, 12:22 PMRobert Jaros
03/09/2022, 12:24 PMPhil Richardson
03/09/2022, 2:30 PM