Attr.visitBinary flags error at wrong position

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 8, 9
    • Component/s: 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));

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

                Created:
                Updated:
                Resolved: