﻿Source Location: (21:1,11 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|TParam|
Generated Location: (531:20,0 [6] )
|TParam|

Source Location: (38:3,7 [169] x:\dir\subdir\Test\TestComponent.cshtml)
|
    [Parameter]
    public TParam InferParam { get; set; }

    [Parameter]
    public RenderFragment<(MyClass I1, MyStruct I2, TParam P)> Template { get; set; }
|
Generated Location: (1719:60,7 [169] )
|
    [Parameter]
    public TParam InferParam { get; set; }

    [Parameter]
    public RenderFragment<(MyClass I1, MyStruct I2, TParam P)> Template { get; set; }
|

