[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs0610-3.cs
blob24627f7f8caedebb256169a232104be48b7265b6
1 // CS0610: Field or property cannot be of type `System.TypedReference'
2 // Line: 5
4 public class Sample {
5 const System.TypedReference arg = null;