Files
swift-mirror/test/SwiftSyntax/Inputs/diagnostics.swift
Harlan 9323d08b34 [SwiftSyntax] Add accessors for source locations and test diagnostic emission (#16141)
* [SwiftSyntax] Add accessors for source locations and test diagnostic emission

* Add tests for endLocation

* Pre-emptively copy AbsolutePosition to avoid mutating it twice
2018-04-26 16:17:07 +02:00

11 lines
49 B
Swift

func foo() {
}
func bar() {
}
func baz() {
}