Include self in usage search for modules in their definition source

This commit is contained in:
Lukas Wirth 2021-06-28 16:41:35 +02:00
parent 1fa82adfdc
commit 34c28c1bbc
4 changed files with 79 additions and 5 deletions

View file

@ -707,6 +707,7 @@ use self$0;
expect![[r#"
foo Module FileId(0) 0..8 4..7
FileId(1) 4..8
"#]],
);
}