Skip to content

Singleton type is unable to call to_display_text #13892

@AdRiley

Description

@AdRiley
type Singleton_Type
    some_method self = "some"
    to_display_text self = "here"

main =
    any1 = Singleton_Type
    any3 = any1.to_display_text
    any2 = any1.some_method
Image

Metadata

Metadata

Assignees

Type

Projects

Status

🔧 Implementation

Relationships

None yet

Development

No branches or pull requests

Issue actions