Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
C#: Use inline test expectations
  • Loading branch information
hvitved committed Apr 14, 2026
commit 878cfd720ca909b35c25b5caecf09b32deb811f2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void M1(List<int> lst)
{
int j = i * i;
Console.WriteLine(j);
}
} // $ Alert
Comment thread
hvitved marked this conversation as resolved.
}

public async Task M2(IEnumerable<ICounter> counters)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Linq/MissedSelectOpportunity.ql
query: Linq/MissedSelectOpportunity.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql
Loading