Ruckus
class Test private constructor() { companion object { fun make() = Test() } } val test = Test.make()