Files
swift-mirror/test/SourceKit/CodeComplete/complete_requestlimit.swift
Rintaro Ishizaki 3e1de28c85 [complete-test] Stop inserting \0 in complete-test
Using \0 as a representation of the cursor position is a implementation
detail and is done by SourceKit. Client including complete-test should
not do it.

This inserted test used to be treated as EOF in compiler so the code
after the completion position is completely ignored.
2019-11-21 14:14:22 +09:00

4.0 KiB