[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8016] "no matching method" error for "params Ob
From: |
Russell Stuart |
Subject: |
[Pnet-developers] [bugs #8016] "no matching method" error for "params Object[]" formal parameter |
Date: |
Fri, 05 Mar 2004 04:20:36 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021224 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8016] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8016>
Project: DotGNU Portable.NET
Submitted by: Russell Stuart
On: Fri 03/05/04 at 09:20
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Status: Open
Summary: "no matching method" error for "params Object[]" formal parameter
Original Submission: This code:
class X {
void x(params Object[] args) { this.x(new byte[0], 0); }
}
when compiled with cscc -c x.c, gives this error message:
no matching method for call to `x(byte[], int)'
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8016>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bugs #8016] "no matching method" error for "params Object[]" formal parameter,
Russell Stuart <=