swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change `DocumentURI.for` to an initializer `DocumentURI.init(for:)`

ahoppen opened this issue · comments

I don’t know why I went with a static method for on DocumentURI but the more Swifty way would be to have an initializer on DocumentURI.

rdar://126486535