for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs8077.cs
blob4bbc74260e6865428d7d4711db3b5f6ead3a4f5e
1 // CS8077: A single-line comment may not be used in an interpolated string
2 // Line: 8
4 public class Test
6 public static int Main ()
8 var s = $"test { arg // comment }";