mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
make TypeWithToString private inside the shared pack
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** Provides a module for constructing a union `Either` type. */
|
||||
|
||||
/** A type with `toString`. */
|
||||
signature class TypeWithToString {
|
||||
private signature class TypeWithToString {
|
||||
string toString();
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/** Provides a module for constructing optional versions of types. */
|
||||
|
||||
/** A type with `toString`. */
|
||||
signature class TypeWithToString {
|
||||
private signature class TypeWithToString {
|
||||
string toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user