﻿Source Location: (2:0,2 [91] x:\dir\subdir\Test\TestComponent.razor)
|
    System.Func<int, int> increment = static value => value + 1;
    _ = increment(1);
|
Generated Location: (733:21,0 [91] )
|
    System.Func<int, int> increment = static value => value + 1;
    _ = increment(1);
|

