Open TimonDL opened 3 years ago
Describe the problem Extra quotes at code snippet println("scientific.get("swordtail"") Should been println(scientific.get("swordtail"))
println("scientific.get("swordtail"")
println(scientific.get("swordtail"))
In which step of the codelab can this issue be found? Lesson 3.2, step №3 Try specifying a fish name that isn't in the map
Steps to reproduce? Just look at code snippet ;)
codelab: kotlin-bootcamp https://developer.android.com/codelabs/android-development-kotlin-3.2
Describe the problem Extra quotes at code snippet
println("scientific.get("swordtail"")
Should beenprintln(scientific.get("swordtail"))
In which step of the codelab can this issue be found? Lesson 3.2, step №3 Try specifying a fish name that isn't in the map
Steps to reproduce? Just look at code snippet ;)
codelab: kotlin-bootcamp https://developer.android.com/codelabs/android-development-kotlin-3.2