w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0150-4.cs
blob80020b96bff605cff93b417a82d0f90b87ffadf8
1 // CS0150: A constant value is expected
2 // Line: 13
4 class Program
6 static int Arg ()
8 return 4;
11 static void Main()
13 var s = $"{1,Arg()}";