elect
10/24/2016, 7:04 AMclass MyClass {
val myObject: SomeObjectThatNeedsCodeToInitialize
constructor(whatever: Any) {
//do what you need and init myObject
}
constructor(whatever2: Any2) {
//do what you need and init myObject
}
}