Brian Dilley
abstract class Whatever(val length: Int) data class SomeOther(val name: String, _len: Int) : Whatever(length = _len)