remove debug writelines
[mcs.git] / errors / cs1546.cs
blob77fa101e0308adb173f6bfaf72b0dd57b00e7a44
1 // cs1546.cs: Property `Title' is not supported by the C# language. Try to call the accessor method `Test.ITopic.get_Title(int, int)' directly
2 // Line: 9
3 // Compiler options: -r:CS1546-lib.dll
5 using Test;
7 class C {
8 public C (ITopic it) {
9 string i = it.Title (2, 3);