# Pastebin FEICqK1n class Foo { void bar(Foo this) { System.out.println("Hello, World!"); } public static void main(String[] args) { new Foo().bar(); } }