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