Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2005-02-28 17:14:39 +0300
committerMarek Safar <marek.safar@gmail.com>2005-02-28 17:14:39 +0300
commit481358f23ae33b84c1adcefcc088c0f826432651 (patch)
tree9914f7b53943eaa33ffd3c2b9b2aaef0689a4966 /mcs/errors/cs0548-2.cs
parent634014febd63e972843d8e63ed0f8aea4017732e (diff)
parent3e17f2435fc480dd1f0e96901f9638f4ecf7e888 (diff)
more tests + updated fixed
svn path=/trunk/mcs/; revision=41283
Diffstat (limited to 'mcs/errors/cs0548-2.cs')
-rw-r--r--mcs/errors/cs0548-2.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/mcs/errors/cs0548-2.cs b/mcs/errors/cs0548-2.cs
index b9bccd189f5..62aa9c2d8b5 100644
--- a/mcs/errors/cs0548-2.cs
+++ b/mcs/errors/cs0548-2.cs
@@ -1,4 +1,7 @@
-// cs0548.cs: 'PropertyClass.Value' : property or indexer must have at least one accessor// Line: 5
-interface PropertyInterface { int Value {}}
+// cs0548.cs: 'PropertyClass.Value' : property or indexer must have at least one accessor
+// Line: 5
+interface PropertyInterface {
+ int Value {}
+}