[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs1644-61.cs
blobd58ba64c7ecd13205f179ed5dfb75bf213fcb760
1 // CS1644: Feature `digit separators' cannot be used because it is not part of the C# 6.0 language specification
2 // Line: 9
3 // Compiler options: -langversion:6
5 class X
7 int Test ()
9 var i = 1_0;