[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git] / mcs / errors / cs0526.cs
blob95525373c58160f84251cac9771f2a8a4b009a99
1 // CS0526: Interfaces cannot contain contructors
2 // Line: 5
4 public interface Interface {
5 public Interface ()