We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6c179 commit 442de2eCopy full SHA for 442de2e
java/ql/src/semmle/code/Unit.qll
@@ -5,5 +5,6 @@ private newtype TUnit = TMkUnit()
5
6
/** The trivial type with a single element. */
7
class Unit extends TUnit {
8
+ /** Gets a textual representation of this element. */
9
string toString() { result = "unit" }
10
}
0 commit comments