🧪 test: add LSP json fixtures and provider suite
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
unit SystemUnit;
|
||||
interface
|
||||
|
||||
type
|
||||
SystemClass = class
|
||||
public
|
||||
function Create(x: integer);
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
function SystemClass.Create(x: integer);
|
||||
begin
|
||||
end;
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user