Skip to content

Commit f2cca76

Browse files
committed
failing code
1 parent 47519ee commit f2cca76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ValidCode/StructBuilder/Client.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public async Task<int> M(bool rth)
2222
.Append(2, "version")
2323
.Append(true, "subscribe")
2424
.Append(rth, "useRTH")
25+
.Append(!rth, "not")
2526
.Append("abc", "text")
2627
.Append((string?)null, "empty");
2728
await this.socket.SendAsync(request.LengthPrefixed(), SocketFlags.None, CancellationToken.None).ConfigureAwait(false);

0 commit comments

Comments
 (0)