2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0819.cs
blob860f119c58bb985e277dffcb5c19d3b2df133bc1
1 // CS0819: An implicitly typed local variable declaration cannot include multiple declarators
2 // Line: 9
5 public class Test
7 static void Main ()
9 var v = "foo", w = "bar";