Skip to content

Commit

Permalink
Add clarification about move refactoring to the task
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Oct 30, 2023
1 parent 751d449 commit 0076fb3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ dialog appears, specify the target class/package and click Refactor. It is also
<p align="center">
<img src="../../../util/src/main/resources/images/MovingCode/WhatIsMoveMethodRefactoring/move_refactoring.png" alt="Move Dialog" width="400"/>
</p>

Currently, in Kotlin, the move refactoring **is restricted to top-level declarations and nested classes** only.
For other scenarios, you'll need to perform the move refactoring manually.

0 comments on commit 0076fb3

Please sign in to comment.