[IFT] Fix declaration and usages lesson after platform changes in the tab text

GitOrigin-RevId: a9e201c62970944c6212fc559479363d48cb3f58
This commit is contained in:
Alexey Merkulov
2021-05-25 19:38:43 +03:00
committed by intellij-monorepo-bot
parent 1f03890baf
commit ecac79c7ea
4 changed files with 9 additions and 4 deletions

View File

@@ -7,4 +7,5 @@ import training.learn.lesson.general.navigation.DeclarationAndUsagesLesson
class JavaDeclarationAndUsagesLesson : DeclarationAndUsagesLesson() {
override fun LessonContext.setInitialPosition() = caret("foo()")
override val existedFile: String get() = "src/DerivedClass2.java"
override val entityName = "foo"
}