teedee
09/16/2016, 7:58 PMinit(val a: Int) {
}
Class definitions can get a bit messy sometimes and allowing to specify primary constructor parameters with the init might help with that. Specifying parameters in both the class definition and init block should not be allowed to preserve readability.