Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored May 29, 2024
1 parent 31f8fbc commit 26e7de4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**Your Objective:**

Implement the `refactorFunctionBody` function that modifies the body of a given Kotlin function (`KtNamedFunction`)
to access the original parameters through the new data class instance named **data**.
Implement the `refactorFunctionBody` function to modify the body of a given Kotlin function (`KtNamedFunction`)
so it accesses the original parameters through the new data class instance named **data**.

<div class="hint" title="Navigating the PSI Tree">

Expand All @@ -13,6 +13,6 @@ Familiarize yourself with the `collectDescendantsOfType` function for traversing
To see your implemented methods in action within a UI, run the following command in your project's root directory:

* ` ./gradlew :psiSection-practicingPsiProject-task:runIde
` on Linux or MacOS
` on Linux or MacOS.
* ` gradlew :psiSection-practicingPsiProject-task:runIde
` on Windows
` on Windows.

0 comments on commit 26e7de4

Please sign in to comment.