google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: #51

Open Keshav1802 opened 4 years ago

Keshav1802 commented 4 years ago

Describe the problem i have a problem in class

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

Steps to reproduce? This error is coming. Versions Intellijidea 2020.1.1(Community Edition) Annotation 2020-05-15 234506

Additional information Add any other context about the problem here.

codelab: kotlin-bootcamp

chinmaykunkikar commented 4 years ago

fun printSize() should be written inside the scope of class Aquarium{}.

From Class codelab:

In the Aquarium class, add a method to print the aquarium's dimension properties.