IFT-175 Edit number of selects in Java Select lesson

IDEA-CR-70987

GitOrigin-RevId: 154dae989b626dc50f482a76568b52aab2a3212b
This commit is contained in:
Konstantin Hudyakov
2021-03-18 13:45:43 +03:00
committed by intellij-monorepo-bot
parent a81d96821b
commit e9a2a75e46

View File

@@ -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 {