Skip to content

Commit 569083d

Browse files
committed
Csharp: Make Use class public, since definitions query needs it
1 parent 66da91f commit 569083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/definitions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import csharp
77

88
/** An element with an associated definition. */
9-
abstract private class Use extends @type_mention_parent {
9+
abstract class Use extends @type_mention_parent {
1010
/**
1111
* Holds if this element is at the specified location.
1212
* The location spans column `startcolumn` of line `startline` to

0 commit comments

Comments
 (0)