import hello fun task(callback:FunOnce){ callback.call() } task()->{ println("Hello,word") } val a = App::new() println(a)