Closures 1. Hilangkan tipe pengembalian Void dari definisi fungsi. // WRONG func doSomething() -> Void { ... } // RIGHT func doSomething() { ... }