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: