11 lines
89 B
C#
11 lines
89 B
C#
|
// CS8170:
|
||
|
// Line: 8
|
||
|
|
||
|
public struct S
|
||
|
{
|
||
|
public ref S Foo ()
|
||
|
{
|
||
|
return ref this;
|
||
|
}
|
||
|
}
|