X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fgcs0117.cs;h=943d67e4ae7357680059aa563a641caf8b085705;hb=f8d014d6283f1260262a33c7817ce5041fbd0cf6;hp=d0387f5daf6944b54c060e8470c6e1c6b049ae58;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/errors/gcs0117.cs b/mcs/errors/gcs0117.cs index d0387f5daf6..943d67e4ae7 100644 --- a/mcs/errors/gcs0117.cs +++ b/mcs/errors/gcs0117.cs @@ -1,3 +1,6 @@ +// gcs0117.cs: `X' does not contain a definition for `Test' +// Line: 12 + class A { // @@ -14,4 +17,7 @@ class X { public void Test () { } + + public static void Main () + { } }