1 2 3 4 5 6 7 8 9 10 11 12
class Test{ private String test; private Test(){ } private String test(){ return "TEST"; } }