shared: add qldoc

This commit is contained in:
yoff
2025-01-08 13:33:03 +01:00
parent aca5a51a78
commit f02995d72b

View File

@@ -14,6 +14,7 @@ signature module TypeTrackingInput<LocationSig Location> {
/** Gets a textual representation of this node. */
string toString();
/** Gets the source location of this node. */
Location getLocation();
}