google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: Wrong output for example code #218

Open quinnteh opened 6 months ago

quinnteh commented 6 months ago

Describe the problem The example code has println being called on each element of a list, but the example output has only a single line being printed.

In which step of the codelab can this issue be found? Kotlin Bootcamp for Programmers 5.1: Extensions - 3. Task: Comprehend collections - Step 1 (at the end, right before Step 2)

Steps to reproduce? Run the code in any environment, the output should be multiple lines instead of the single line shown in the expected output of the example

Versions N/A

Additional information N/A

codelab: kotlin-bootcamp