[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs0815-9.cs
blobf54703349beb3ec5368cc36cb07238a43b655021
1 // CS0815: An implicitly typed local variable declaration cannot be initialized with `default'
2 // Line: 9
3 // Compiler options: -langversion:latest
5 static class X
7 public static void Main ()
9 var x = default;