11 lines
174 B
C#
11 lines
174 B
C#
|
// CS1525: Unexpected symbol `ref', expecting `.', `?', `[', `<operator>', or `identifier'
|
||
|
// Line: 8
|
||
|
|
||
|
public class Test
|
||
|
{
|
||
|
static void Main ()
|
||
|
{
|
||
|
string ref = "abc";
|
||
|
}
|
||
|
}
|