Crash in DataFlowAnalysis #27969
Labels
Area-Compilers
Bug
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used:
Microsoft.CodeAnalysis v2.8.2
Steps to Reproduce:
Consider the next program, which runs data flow analysis on lambda expression
x => true
:Expected Behavior:
No exception.
Actual Behavior:
NullReferenceException
. Full stack trace:The text was updated successfully, but these errors were encountered: