C#: Fix up after merge

This commit is contained in:
Dave Bartolomeo
2019-09-27 12:33:33 -07:00
parent 9b8b364c8f
commit 5585ccd509
2 changed files with 43 additions and 43 deletions

View File

@@ -2147,7 +2147,7 @@ class TranslatedEventAccess extends TranslatedNonConstantExpr {
override TranslatedElement getChild(int id) { id = 0 and result = this.getLValue() }
override predicate hasInstruction(
Opcode opcode, InstructionTag tag, Type resultType, boolean isLValue
Opcode opcode, InstructionTag tag, CSharpType resultType
) {
none()
}