7 lines
137 B
C#
7 lines
137 B
C#
// CS8145: Auto-implemented property `X.TestProp' cannot return by reference
|
|
// Line: 6
|
|
|
|
public class X
|
|
{
|
|
ref string TestProp { get; }
|
|
} |