michaelrocks
class AbsParam<T> { val question: String get() = /* your own getter */ constructor(question: String) { this.question = question } }