without val no field is created, but you can use i...
# getting-started
s
without val no field is created, but you can use it to pass along to a superclass e.g. KotlinPerson(name : String) : Person(name) { }
👍 1