C#: Avoid bad magic in interpretElement0

This commit is contained in:
Tom Hvitved
2021-10-11 09:30:52 +02:00
parent 9c9c5c09ff
commit b05d76a131

View File

@@ -404,6 +404,7 @@ private string paramsString(InterpretedCallable c) {
)
}
pragma[nomagic]
private Element interpretElement0(
string namespace, string type, boolean subtypes, string name, string signature
) {