val initGlobal = 12 fun test(initParam : Int) { val initLocal = "Test" init } // ORDER: initLocal, initParam, initGlobal