dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: cscctest/csharp/class constructor2.err,1.2,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/class constructor2.err,1.2,1.3 constructor2.jerr,1.2,1.3
Date: Mon, 18 Nov 2002 20:53:24 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/class
In directory subversions:/tmp/cvs-serv19298/csharp/class

Modified Files:
        constructor2.err constructor2.jerr 
Log Message:


Improved error messages for incorrect base/this constructor references.


Index: constructor2.err
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/constructor2.err,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** constructor2.err    25 Jan 2002 04:47:22 -0000      1.2
--- constructor2.err    19 Nov 2002 01:53:22 -0000      1.3
***************
*** 1,5 ****
  ./constructor2.cs:24: constructor name does not match class name
! ./constructor2.cs:40: no matching method for call
! ./constructor2.cs:49: no matching method for call
  ./constructor2.cs:65: no accessible base class constructors
  ./constructor2.cs:68: called object is not a method or delegate
--- 1,5 ----
  ./constructor2.cs:24: constructor name does not match class name
! ./constructor2.cs:40: no matching constructor for base class initialization
! ./constructor2.cs:49: no matching constructor
  ./constructor2.cs:65: no accessible base class constructors
  ./constructor2.cs:68: called object is not a method or delegate

Index: constructor2.jerr
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/constructor2.jerr,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** constructor2.jerr   25 Jan 2002 04:47:22 -0000      1.2
--- constructor2.jerr   19 Nov 2002 01:53:22 -0000      1.3
***************
*** 1,5 ****
  ./constructor2.cs:24: constructor name does not match class name
! ./constructor2.cs:40: no matching method for call
! ./constructor2.cs:49: no matching method for call
  ./constructor2.cs:65: no accessible base class constructors
  ./constructor2.cs:68: called object is not a method or delegate
--- 1,5 ----
  ./constructor2.cs:24: constructor name does not match class name
! ./constructor2.cs:40: no matching constructor for base class initialization
! ./constructor2.cs:49: no matching constructor
  ./constructor2.cs:65: no accessible base class constructors
  ./constructor2.cs:68: called object is not a method or delegate





reply via email to

[Prev in Thread] Current Thread [Next in Thread]