You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In K1, the function entryOnly() is present in the function list of the entry. In K2, it missed.
But it might be by design for K2 since the function is unusable outside of the entry body.
Sorry, I forgot to update #3115.
Dokka K2 does not display anonymous members of entry since they are anonymous and unavailable outside of an enum entry's initializing anonymous object.
This is part of #3129
In K1, the function
entryOnly()
is present in the function list of the entry. In K2, it missed.But it might be by design for K2 since the function is unusable outside of the entry body.
Installation
Parent: #3328
The text was updated successfully, but these errors were encountered: