From 8e11063bfcec528e70f5e80e5db9fca7d4016737 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Oct 2022 11:06:14 -0700 Subject: Auto synthesis of IDifferntial interface methods. (#2469) * Auto synthesis of IDifferntial interface methods. * Add comments. Co-authored-by: Yong He --- source/slang/slang-ast-dump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/slang-ast-dump.cpp') diff --git a/source/slang/slang-ast-dump.cpp b/source/slang/slang-ast-dump.cpp index 32f9dd16f..455a9db74 100644 --- a/source/slang/slang-ast-dump.cpp +++ b/source/slang/slang-ast-dump.cpp @@ -345,7 +345,7 @@ struct ASTDumpContext { m_writer->emit(getTryClauseTypeName(clauseType)); } - void dump(BuiltinAssociatedTypeRequirementKind kind) + void dump(BuiltinRequirementKind kind) { m_writer->emit((int)kind); } -- cgit v1.2.3