Open Dragovit opened 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
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