mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[IFT] Duplicate Java lessons to the corresponding modules
Now they will be opened as completed so a user will not be confused or pass it twice GitOrigin-RevId: 6c30e684f53f77f1ce77ffac206c8b78476eb007
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3143f3b836
commit
d474fd5755
@@ -57,6 +57,7 @@ class JavaLearningCourse : LearningCourseBase(JavaLanguage.INSTANCE.id) {
|
||||
primaryLanguage = langSupport,
|
||||
moduleType = LessonType.SCRATCH) {
|
||||
listOf(
|
||||
JavaBasicCompletionLesson(it),
|
||||
JavaSmartTypeCompletionLesson(it),
|
||||
JavaPostfixCompletionLesson(it),
|
||||
JavaStatementCompletionLesson(it),
|
||||
@@ -92,6 +93,7 @@ class JavaLearningCourse : LearningCourseBase(JavaLanguage.INSTANCE.id) {
|
||||
primaryLanguage = langSupport,
|
||||
moduleType = LessonType.PROJECT) {
|
||||
listOf(
|
||||
JavaSearchEverywhereLesson(it),
|
||||
JavaFileStructureLesson(it),
|
||||
JavaDeclarationAndUsagesLesson(it),
|
||||
JavaInheritanceHierarchyLesson(it),
|
||||
|
||||
Reference in New Issue
Block a user