[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1525-49.cs
blobdd8c29312228d91f646b2828f55a572d605f4707
1 // CS1525: Unexpected symbol `/'
2 // Line: 10
4 namespace Test674
6 class MainClass
8 public static void Main(string[] args)
10 var a = new A(another: something, sth: /without/quotes);
14 public class A
16 public A(string sth, string another)