11 lines
118 B
C#
Executable File
11 lines
118 B
C#
Executable File
// CS1525: Unexpected symbol `ref'
|
|
// Line: 8
|
|
|
|
public class Test
|
|
{
|
|
static void Main ()
|
|
{
|
|
string ref = "abc";
|
|
}
|
|
}
|