[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs0825.cs
blob3ba1d7201c7b190ceb7babb2dd5ebc97ba723579
1 // CS0825: The contextual keyword `var' may only appear within a local variable declaration
2 // Line: 9
5 public class Test
7 var v = "a";