Given the following kotlin code: typealias Action = () -> Unit fun doSomething(action:Action) { action() } fun main(args: Array<String>) {
確定! 回上一頁