mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
source location of synthesized AST nodes to point to EOF. This causes the source range to span more tokens than the parent node does. rdar://17630645 Swift SVN r21282
4 lines
32 B
Swift
4 lines
32 B
Swift
func foo() {
|
|
for i in 1...10
|
|
|