(Though I still prefer `fun createYoungStudent(nam...
# language-proposals
r
(Though I still prefer
fun createYoungStudent(name: String) = Student(name, 10)
. It accomplishes the same thing, but feels less confusing)