Closed jnm2 closed 4 years ago
Source line: https://github.com/dotnet/roslyn/blob/c0a1d1ec94efc2b4fcc2334580c84741e10e45ef/src/EditorFeatures/CSharpTest/SimplifyInterpolation/SimplifyInterpolationTests.cs#L44
Expected:
diagnostics.Select(Function(d) (d.Descriptor.Id, d.Severity)))
Actual:
diagnostics.[Select](AddressOf Function(d) (d.Descriptor.Id, d.Severity)))
Fixed in latest commit. Please provide any other examples.
Source line: https://github.com/dotnet/roslyn/blob/c0a1d1ec94efc2b4fcc2334580c84741e10e45ef/src/EditorFeatures/CSharpTest/SimplifyInterpolation/SimplifyInterpolationTests.cs#L44
Expected:
Actual: