for "build" config, import corlib common sources at unix instead (#11989)
[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 () {