1 2 3 4 5 6 7 8 9
import hello fun task(callback:FunOnce){ callback.call() } task()->{ println("Hello,word") } val a = App::new() println(a)