class ConvertToInit { fun foo() {} fun bar() {} constructor() { foo() bar() } }