copying the latest Sys.Web.Services from trunk.
[mono.git] / mcs / errors / cs1587-27.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6         class Foo
7         {
8                 public /** invalid comment in property decl */ int prop {
9                         get { return 0; }
10                 }
11         }
12 }