PR# 15459 Assignment to "like Current" entity allowed by conversion procedure called VJAR in descendant

Problem Report Summary
Submitter: prestoat2000
Category: Compiler
Priority: Medium
Date: 2009/03/04
Class: Bug
Severity: Serious
Number: 15459
Release: 6.4.77440
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.14) Gecko/20080520 Firefox/2.0.0.14 Solaris 10 on SPARC
Synopsis: Assignment to "like Current" entity allowed by conversion procedure called VJAR in descendant

Description
An assignment to an entity of type "like Current" is valid in the class in 
which it is written because there is a conversion procedure converting the
type of the RHS to TEST2.  In the descendant TEST, the assignment is rejected
with a VJAR error, even though TEST has the same conversion procedure.

Either the compiler needs to be changed to fix this or the test needs to be
updated, depending on what ECMA says.

Added eweasel test valid246 for this possible bug.
To Reproduce
Run eweasel test valid246.
Problem Report Interactions