[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs1750-3.cs
blob9673a74670b58321e6d296d53f3c0c57f72b34e7
1 // CS1750: Optional parameter expression of type `decimal' cannot be converted to parameter type `int?'
2 // Line: 6
4 public class TS
6 public static void Test (int? i = 1m)