* Expression.cs: Allow '-' in item, property and metadata names.
[mcs.git] / errors / cs0670.cs
blob3e56ecbb2238f44f104b5e569cda7417d19eb0b8
1 // cs0670.cs: Fields cannot have void type
2 // Line: 5
4 class X {
5 void j;
7 static void Main () {}