{
callback()
}
def printHello(): Unit = {
println("Hello")
}
hello(printHello())
последняя строчка: hello(printHello)
Обсуждают сегодня