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

Attr.visitBinary flags error at wrong position

    XMLWordPrintable

Details

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

    Backports

      Description

        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));

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: