scala-exercises / exercises-stdlib

Scala Exercises' lessons for the standard library
Apache License 2.0
160 stars 333 forks source link

wrong equals sign in class definition #385

Open exomaus opened 1 year ago

exomaus commented 1 year ago

https://www.scala-exercises.org/std_lib/named_and_default_arguments 3-rd snippet of code

class WithoutClassParameters() = { ,,, class WithClassParameters(val defaultRed: Int, val defaultGreen: Int, val defaultBlue: Int) = {