Skip to content

[X# 3] Failed to emit module error with static calls to unknown type #1803

@cpyrgas

Description

@cpyrgas

Following code causes a failed to emit module error, instead of reporting 2 errors for the unknown type. Problem happens in all dialects, when allowdot is turned off.

#pragma options(allowdot, off)
FUNCTION Start() AS VOID
UnknownType.UnknownMethod()
? UnknownType.UnknownProperty

Metadata

Metadata

Type

Projects

Status

Needs testing

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions