[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8089.cs
blob45eaed860700ec02a84b541b0d5b6f51d646aed6
1 // CS8089: Empty interpolated expression format specifier
2 // Line: 8
4 public class Test
6 public static int Main ()
8 int v = 0;
9 var s = $"{v:}";