diff options
Diffstat (limited to 'tests/bugs150/pr110307/Case1.java')
-rw-r--r-- | tests/bugs150/pr110307/Case1.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs150/pr110307/Case1.java b/tests/bugs150/pr110307/Case1.java index 880f8d188..b461e9202 100644 --- a/tests/bugs150/pr110307/Case1.java +++ b/tests/bugs150/pr110307/Case1.java @@ -12,7 +12,7 @@ interface AssociationSource<T> { } aspect ExtendProduct { - Link<Q> AssociationSource<Q>._target = null; + Link<X> AssociationSource<X>._target = null; public Link<Q> AssociationSource<Q>.getTarget() { return _target; |