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