google-developer-training / kotlin-bootcamp

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

L3.2 Pairs Triples issue: #211

Open Dragovit opened 8 months ago

Dragovit commented 8 months ago

Describe the problem Wrong syntax in "3. Try specifying a fish name that isn't in the map."

In which step of the codelab can this issue be found? 2

Steps to reproduce? syntax

Versions Android Studio Iguana | 2023.2.1

Additional information incorrect: println("scientific.get("swordtail"") correct: println(scientific.get("swordtail"))

codelab: kotlin-bootcamp