Skip to content

Invalid subtype relation with xml #34779

Open
@KavinduZoysa

Description

@KavinduZoysa

Description:
$subject

type X xml;
type XE xml<xml:Element>;
type XP xml<xml:ProcessingInstruction>;
type XC xml<xml:Comment>;
type UX XE|XP|XC|xml:Text;

In the current implementation, X is identified as a subtype of UX which is not correct.

Metadata

Metadata

Assignees

Labels

Reason/EngineeringMistakeThe issue occurred due to a mistake made in the past.Team/CompilerFEAll issues related to Language implementation and Compiler, this exclude run times.Type/Bug

Type

No type

Projects

Status

PR Sent

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions