1960161e78
Public inline reified functions are getting into public API dump after changing their visibility generation strategy (see KT-18563) from always private to public synthetic. However, they still do not constitute public binary API, since they can be removed without breaking compatibility with an already compiled code.