[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs8076.cs
bloba14d74bf821f03ca899993181a3af51e6d2183eb
1 // CS8076: Missing close delimiter `}' for interpolated expression
2 // Line: 8
4 public class Test
6 public static int Main ()
8 var s = $"test { arg ";