quote only work on lambda on net_4_0
[mcs.git] / errors / cs0531.cs
blobd77217d3efda0697dd843292fae14b3242e88473
1 // cs0531.cs: `Interface.Foo()': interface members cannot have a definition
2 // Line: 5
4 public interface Interface {
5 void Foo () {