fun interface Run { fun run() } fun handle(run: Run) { //... } val x = { "STRING" } fun test() { handle( Unit")!>x) }