History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
GROOVY-2190
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
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>{}
Description
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>{}
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permalink
|
« Hide
]
Jochen Theodorou
added a comment -
10/Oct/07 04:50 PM
fixed
[
Show »
]
Jochen Theodorou
added a comment -
10/Oct/07 04:50 PM
fixed