mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
[IFT] Fix declaration and usages lesson after platform changes in the tab text
GitOrigin-RevId: a9e201c62970944c6212fc559479363d48cb3f58
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1f03890baf
commit
ecac79c7ea
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user