We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e42609 commit b1001d1Copy full SHA for b1001d1
shared/util/codeql/util/Either.qll
@@ -1,7 +1,7 @@
1
/** Provides a module for constructing a union `Either` type. */
2
3
/** A type with `toString`. */
4
-signature class TypeWithToString {
+private signature class TypeWithToString {
5
string toString();
6
}
7
shared/util/codeql/util/Option.qll
/** Provides a module for constructing optional versions of types. */
0 commit comments