mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IFT-175 Edit number of selects in Java Select lesson
IDEA-CR-70987 GitOrigin-RevId: 154dae989b626dc50f482a76568b52aab2a3212b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a81d96821b
commit
e9a2a75e46
@@ -9,7 +9,7 @@ class JavaSelectLesson : NewSelectLesson() {
|
||||
override val selectArgument = "\"$selectString\""
|
||||
override val selectCall = """someMethod("$firstString", $selectArgument, "$thirdString")"""
|
||||
|
||||
override val numberOfSelectsForWholeCall = 4
|
||||
override val numberOfSelectsForWholeCall = 2
|
||||
|
||||
override val sample: LessonSample = parseLessonSample("""
|
||||
abstract class Scratch {
|
||||
|
||||
Reference in New Issue
Block a user