Java: Add qldoc.

This commit is contained in:
Anders Schack-Mulligen
2020-09-08 15:09:39 +02:00
parent ed6c1798e2
commit 442de2e2d2

View File

@@ -5,5 +5,6 @@ private newtype TUnit = TMkUnit()
/** The trivial type with a single element. */
class Unit extends TUnit {
/** Gets a textual representation of this element. */
string toString() { result = "unit" }
}