better multi file variable support

This commit is contained in:
Martino Ferrari
2026-01-30 18:45:11 +01:00
parent f121f7c15d
commit d4075ff809
5 changed files with 96 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ func TestLSPSignalReferences(t *testing.T) {
v.ValidateProject()
// Find definition of MySig in MyDS
root := idx.IsolatedFiles["signal_refs.marte"]
root := idx.Root
if root == nil {
t.Fatal("Root node not found")
}