From c5ba78dc343f97bd5b1868aa4d03b2eb940d12bc Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Thu, 13 Mar 2025 07:22:15 +0800 Subject: [PATCH] fixup `mtype.h` for #20946 (#20971) --- compiler/src/dmd/mtype.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/src/dmd/mtype.h b/compiler/src/dmd/mtype.h index 4d1938f4a7..4d303acf3c 100644 --- a/compiler/src/dmd/mtype.h +++ b/compiler/src/dmd/mtype.h @@ -554,6 +554,8 @@ public: void isReturn(bool v); bool isReturnScope() const; void isReturnScope(bool v); + bool isRvalue() const; + void isRvalue(bool v); bool isScopeQual() const; void isScopeQual(bool v); bool isReturnInferred() const;