Allow the following: ```csharp ref struct R<T> { public ref R<T> Next; } ``` Relates to test plan https://github.com/dotnet/roslyn/issues/59194