Files
swift-mirror/test/SourceKit/CodeComplete/Inputs/checkdeps/MyProject/LibraryExt.swift
Rintaro Ishizaki af5daed144 [CodeCompletion] Tweak fast completion dependency checking
- Detect same file with bufferID instead of the file name
- Compare virtual in-memory filesystem content with hash value
2020-05-04 16:35:41 -07:00

4 lines
51 B
Swift

extension MyStruct {
func extensionMethod() {}
}