[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs1547-8.cs
blobf85783326ac0ba6ceb3305fe9ec1970d42f18c01
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 8
4 class C
6 static void Main ()
8 bool b = 1 is void;