mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If an edit didn't intersect with an existing highlighted tokens but caused a later highlighted token to change kind, syntax highlighting would be lost between the edit and that token. Resolves rdar://problem/33463141.
7 lines
86 B
Swift
7 lines
86 B
Swift
func getIt
|
|
struct MyStruct {
|
|
func getChildStruct() -> String {
|
|
return ""
|
|
}
|
|
}
|