Skip to content

Commit 78ff6ae

Browse files
committed
REMOVE AGAIN WHEN OTHER PR IS MERGED.
1 parent 1c018c7 commit 78ff6ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

csharp/ql/lib/semmle/code/csharp/Assignable.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ class AssignableRead extends AssignableAccess {
120120
private newtype TMutationOperationAssignment =
121121
TBuiltInMutationOperation(MutatorOperation mo) or
122122
TUserMutatorOperatorCall(MutatorOperatorCall moc) {
123-
not moc instanceof InstanceMutatorOperatorCall
123+
any()
124+
// not moc instanceof InstanceMutatorOperatorCall
124125
}
125126

126127
/**

0 commit comments

Comments
 (0)