Skip to content

Commit 2fa7436

Browse files
correctly declare file symbol as a definition
1 parent 4fd8fe8 commit 2fa7436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/pubspec_indexer.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Document indexPubspec({
3636
symbols.add(info);
3737
occurrences.add(Occurrence(
3838
symbol: info.symbol,
39+
symbolRoles: SymbolRole.Definition.value,
3940
range: [0, 0, 0],
4041
));
4142
}

0 commit comments

Comments
 (0)