google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

Kotlin Bootcamp issue: 2: Kotlin basics, Step 3 #6

Open gmb55 opened 5 years ago

gmb55 commented 5 years ago

Describe the problem In point 2. Try a range in an if statement. In Kotlin, the condition you test can use ranges, too. You have one blue dot. It should be white.

if (fish in 1..100) {
    println(fish)
}

In which step of the codelab can this issue be found? 2: Kotlin basics, Step 3 https://codelabs.developers.google.com/codelabs/kotlin-bootcamp-basics/#2

Versions 11.0.3

Additional information Add any other context about the problem here.

codelab: kotlin-bootcamp

GeneAndGoogle commented 5 years ago

This is a problem with the conversion tool. I'll pass it along.