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
Remove @PublishedApi from unwrap to comply with new compiler restriction (#3810)
In KT-58551 we require all annotations from expect declaration to be
present on actual.
Currently, `unwrap` is not called from public inline functions.
We can safely remove it.
Co-authored-by: Roman Efremov <[email protected]>
0 commit comments