Bug 14834 - smalltalk-ish error message
Summary: smalltalk-ish error message
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 09:13 EDT by Adam Kiezun CLA
Modified: 2002-04-29 09:25 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-04-29 09:13:16 EDT
public class A {
    void f(){
       new A[0].f();
    }
}

message says 'cannot send f() to the array type A[]'
i guess 'cannot invoke method f() on the array type A[]' or something like that 
is better
Comment 1 Philipe Mulet CLA 2002-04-29 09:25:46 EDT
Agreed. Fixed