public static bool test() {
		var obj = new ArrayIndexerAssign();
		return obj.method();
	}
    public static bool test()
    {
        var obj = new ArrayIndexerAssign();

        return(obj.method());
    }