mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
This avoids depending on the absolute path to the INPUTS and allows looking it up at run time even if the tests have moved.
4 lines
40 B
Swift
4 lines
40 B
Swift
struct A {
|
|
func method(a b: Int) {}
|
|
}
|