[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0531.cs
blobfbfeb32e22d5cb30d17c389c27707bf95265d67c
1 // CS0531: `Interface.Foo()': interface members cannot have a definition
2 // Line: 5
4 public interface Interface {
5 void Foo () {