mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Apparently, ReplaceText() on the same location replaces the replaced text. Using InsertText() fixes the problem. rdar://problem/39518867
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
framework module TestMyTime {
|
|
umbrella header "TestMyTime.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|