[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git] / mcs / errors / cs0714-3.cs
blob14cc2a8c2fd3fc823fff5c42ccec18898cdedcd6
1 // CS0714: Static class `C' cannot implement interfaces
2 // Line: 12
4 interface I
8 static partial class C
12 partial class C : I