[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs8312.cs
blobd2ad3f52f024efa25d31bd304726baeda50659fb
1 // CS8312: Use of default literal is not valid in this context
2 // Line: 9
3 // Compiler options: -langversion:latest
5 class C
7 static void Main ()
9 foreach (var x in default) {