A recent update broke the Inline Function refactor...
# intellij
n
A recent update broke the Inline Function refactoring in mixed Java/Kotlin codebases. It used to keep the function if it was still called from Java. Now it always deletes the function, which will break Java code.
a
Inline refactoring was heavily changed recently. Can you please report a bug to http://kotl.in/issue with sample code to reproduce?