w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1644-64.cs
blob88917a0a5d53e58ba03277839167a5c65d6d0849
1 // CS1644: Feature `expression body property accessor' cannot be used because it is not part of the C# 6.0 language specification
2 // Line: 11
3 // Compiler options: -langversion:6
5 using System;
7 class C
9 public int Integer
11 get => 0;