src/share/classes/com/sun/tools/javac/comp/Attr.java

changeset 2200
7c89d200781b
parent 2193
d4cbb671de1c
child 2206
8acb838c9b79
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Attr.java	Tue Nov 19 23:35:43 2013 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Attr.java	Wed Nov 20 13:44:39 2013 +0100
     1.3 @@ -3982,10 +3982,6 @@
     1.4              return bounds.head.type;
     1.5          } else {
     1.6              Type owntype = types.makeCompoundType(TreeInfo.types(bounds));
     1.7 -            if (tree.hasTag(TYPEINTERSECTION)) {
     1.8 -                ((IntersectionClassType)owntype).intersectionKind =
     1.9 -                        IntersectionClassType.IntersectionKind.EXPLICIT;
    1.10 -            }
    1.11              // ... the variable's bound is a class type flagged COMPOUND
    1.12              // (see comment for TypeVar.bound).
    1.13              // In this case, generate a class tree that represents the

mercurial