Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8074148

Attr.visitBinary flags error at wrong position

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 8, 9
    • tools
    • b56
    • Verified

        At Attr.visitBinary when it says:

        Type right = chk.checkNonVoid(tree.lhs.pos(), attribExpr(tree.rhs, env));

        it should be:

        Type right = chk.checkNonVoid(tree.rhs.pos(), attribExpr(tree.rhs, env));

              sadayapalam Srikanth Adayapalam (Inactive)
              vromero Vicente Arturo Romero Zaldivar
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: