Open gmb55 opened 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
This is a problem with the conversion tool. I'll pass it along.
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.
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