[mcs] Fixes codegen for pattern probing with value-type variables
[mono.git] / mcs / errors / cs0106-8.cs
1 // CS0106: The modifier `public' is not valid for this item
2 // Line: 6
3
4 interface S
5 {
6         public void Foo ();
7 }