public static int test() {
		var obj = new ThisMethodCall();
		return obj.method();
	}
    public static int test()
    {
        var obj = new ThisMethodCall();

        return(obj.method());
    }