Issue Details (XML | Word | Printable)

Key: GROOVY-2190
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jochen Theodorou
Reporter: Jochen Theodorou
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

check generics usage in class header

Created: 10/Oct/07 04:48 PM   Updated: 10/Oct/07 04:50 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1-rc-1

Time Tracking:
Not Specified


 Description  « Hide
groovy should not compile for example

abstract class B<T> implements Map<T>{}

or

class A<T extends Number> {}
class B<T> extends A<T>{}



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jochen Theodorou added a comment - 10/Oct/07 04:50 PM
fixed