Hello Guys, I have a Question.
I am reading Kotlin in action Book, (I recommend it). In chapter 4, primary constructors part said that when you define a constructor with default values in its parameters Kotlin compiler generate another constructor without parameters in order you can instantiate it without pass arguments but with the default values parameters.