1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 16:50:04 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/swift/expressions.swift

18 lines
115 B
Swift
Vendored

func Test() {
(1 + 2)
[
1,
2,
3,
4,
5
].split()
let x = [
1: 2,
3: 4,
]
}