class Foo { Foo() { this = "value"; # Error at '=': Invalid assignment target. } } Foo();