class Main { void foo() { this.a = "Hello world"; } static void main() { } }