**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0514.cs
blob86747c11ae8a6b54b861d344fb9c18515b1f1776
1 // cs0514: Static constructor can not have arguments
2 // Line: 4
3 class X {
4 static X () : base ()
8 static void Main () {}