Hullaballoonatic
class Person(val name: String, val age: Int) { require(age >= 18) } : Individual { //stuff }