[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8088.cs
blobe23fd8958500e74833e671fe4f9a9dae3be19c34
1 // CS8088: A interpolated expression format specifier may not contain trailing whitespace
2 // Line: 9
4 public class Test
6 public static int Main ()
8 int v = 0;
9 var s = $"{v:X }";