Bug 69133 - [1.5] AST type parameters: missing bindings
Summary: [1.5] AST type parameters: missing bindings
Status: RESOLVED DUPLICATE of bug 68838
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-01 09:44 EDT by Martin Aeschlimann CLA
Modified: 2004-08-09 11:57 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 Martin Aeschlimann CLA 2004-07-01 09:44:29 EDT
20040701

Type parameter declarations so far have no type binding

public class XS <Txs> { // << no binding for Txs
    Txs get(Txs t) {
        return t;
    }
}
Comment 1 Olivier Thomann CLA 2004-07-06 11:20:59 EDT
What kind of bindings do you expect in this case?
Comment 2 Martin Aeschlimann CLA 2004-07-06 13:05:12 EDT
I think it should get the same binding as the second 'Txs' (in get)
Comment 3 Olivier Thomann CLA 2004-08-09 11:57:44 EDT

*** This bug has been marked as a duplicate of 68838 ***