Closed daberni closed 5 years ago
Add support for imports when using Null-Conditional operator and expecting unimported extension methods.
IEnumerable<string> collection = null; collection?.| collection?.Sel|
Sorry for delay. Good catch! Thanks a lot for contibution!
Add support for imports when using Null-Conditional operator and expecting unimported extension methods.