[System.Windows.Forms] Disable failing test
[mono-project.git] / mcs / tests / dtest-cls-01.cs
blob1a9bb6581e4578f527f4ffc0d5ed85789e3dc8ee
1 // Compiler options: -warnaserror
3 using System;
4 using System.Collections.Generic;
6 [assembly: CLSCompliant (true)]
8 public class A
10 public static void Main ()
14 public void CLSCompliantMethod (dynamic[] parameter)
18 public void CLSCompliantMethod (IEnumerable<dynamic> parameter)