mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This was causing local refactorings (which are line+column-based) to fail due to the provided location being considered invalid, even though the available refactorings request (which uses offset directly) reported them as available.
4 lines
122 B
Swift
4 lines
122 B
Swift
// RUN: %sourcekitd-test -req=local-rename -pos=4:7 -name new_name %s -- %s
|
|
|
|
var Foo: Int {
|
|
var missingNewlineAtEndOfFile |