mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 16:50:04 +08:00
18 lines
115 B
Swift
Vendored
18 lines
115 B
Swift
Vendored
func Test() {
|
|
(1 + 2)
|
|
|
|
[
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5
|
|
].split()
|
|
|
|
let x = [
|
|
1: 2,
|
|
3: 4,
|
|
]
|
|
|
|
}
|