[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs0029-41.cs
blob1a65f52f737d7138e3866a6af2dbe4f555e6840a
1 // CS0029: Cannot implicitly convert type `System.TypedReference' to `object'
2 // Line: 10
4 using System;
6 class Test
8 public static void Main ()
10 var res = default (TypedReference).ToString ();