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

18 lines
115 B
Swift
Raw Normal View History

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