Skip to content

Commit c5ba78d

Browse files
fixup mtype.h for dlang#20946 (dlang#20971)
1 parent d09d768 commit c5ba78d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/src/dmd/mtype.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ class TypeFunction final : public TypeNext
554554
void isReturn(bool v);
555555
bool isReturnScope() const;
556556
void isReturnScope(bool v);
557+
bool isRvalue() const;
558+
void isRvalue(bool v);
557559
bool isScopeQual() const;
558560
void isScopeQual(bool v);
559561
bool isReturnInferred() const;

0 commit comments

Comments
 (0)