C++/C#: Add missing QLDoc

This commit is contained in:
Dave Bartolomeo
2020-04-18 09:55:35 -04:00
parent c705797a2d
commit de5abdb29a
2 changed files with 2 additions and 0 deletions

View File

@@ -707,6 +707,7 @@ private newtype TTypeDomain =
* `ImaginaryDomain`.
*/
class TypeDomain extends TTypeDomain {
/** Gets a textual representation of this type domain. */
string toString() { none() }
}

View File

@@ -35,6 +35,7 @@ private newtype TTypeDomain = TRealDomain()
* `ImaginaryDomain`.
*/
class TypeDomain extends TTypeDomain {
/** Gets a textual representation of this type domain. */
string toString() { none() }
}