Skip to content

Attempt to invoke interface method ... compiler error on assigning non existing procedure return value to a variable #86

@EmilyGraceSeville7cf

Description

@EmilyGraceSeville7cf
procedure MyProcedure();
begin
end;

var
  x: integer;
begin
  x := MyProcedure();
end.

Screenshot_2025-10-20-00-04-04-060_com.duy.pascal.compiler.jpg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions