Skip to content

Incomplete implementation of the "this" keyword #13

@ikuko

Description

@ikuko

Describe the bug in detail:
Incomplete implementation of the "this" keyword

Provide steps/code to reproduce the bug:
The error "System.Exception: 'String' does not contain a definition for 'text'" occurs when the following code is written.

Text str;
void Method(string str)
{
    this.str.text = str;
}

Expected behavior:
I want the behavior of the "this" keyword to be C # compliant

Additional Information:

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions