generated from jetbrains-academy/kotlin-course-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Valerii
committed
Dec 18, 2023
1 parent
c2e562c
commit 8f54dc1
Showing
12 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...on/psi/Accessing PSI Elements/src/Main.kt → ...jetbrains/plugindev/course/access/Main.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package jetbrains.plugindev.course.access | ||
|
||
fun main() { | ||
// Write your solution here | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: theory | ||
files: | ||
- name: src/Main.kt | ||
- name: src/jetbrains/plugindev/course/access/Main.kt | ||
visible: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
type: edu | ||
files: | ||
- name: src/Task.kt | ||
- name: src/jetbrains/plugindev/course/addpsi/Task.kt | ||
visible: true | ||
- name: test/Tests.kt | ||
- name: test/jetbrains/plugindev/course/addpsi/Tests.kt | ||
visible: false |
3 changes: 2 additions & 1 deletion
3
courseSection/psi/addPSI/test/Tests.kt → ...etbrains/plugindev/course/addpsi/Tests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...n/psi/Count number of classes/src/Task.kt → ...ins/plugindev/course/classcounter/Task.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
type: edu | ||
files: | ||
- name: src/jetbrains/plugindev/course/classcounter/Task.kt | ||
visible: true | ||
placeholders: | ||
- offset: 160 | ||
length: 85 | ||
placeholder_text: TODO() | ||
- name: test/jetbrains/plugindev/course/classcounter/Tests.kt | ||
visible: false |
2 changes: 2 additions & 0 deletions
2
...psi/Count number of classes/test/Tests.kt → ...ns/plugindev/course/classcounter/Tests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
courseSection/psi/editPSI/src/Task.kt → ...etbrains/plugindev/course/editpsi/Task.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
type: edu | ||
files: | ||
- name: src/Task.kt | ||
- name: src/jetbrains/plugindev/course/editpsi/Task.kt | ||
visible: true | ||
- name: test/Tests.kt | ||
- name: test/jetbrains/plugindev/course/editpsi/Tests.kt | ||
visible: false |
2 changes: 2 additions & 0 deletions
2
courseSection/psi/editPSI/test/Tests.kt → ...tbrains/plugindev/course/editpsi/Tests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters