We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13cad7 commit 148da61Copy full SHA for 148da61
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1006,7 +1006,7 @@ module API {
1006
/** Provides classes modeling the various edges (labels) in the API graph. */
1007
module Label {
1008
/** A label in the API-graph */
1009
- abstract class ApiLabel extends TLabel {
+ class ApiLabel extends TLabel {
1010
/** Gets a string representation of this label. */
1011
string toString() { result = "???" }
1012
}
0 commit comments