﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4005	Empty ReDim make Autoit crash	Pickwy	Jon	"Observed : Using the empty brackets syntax with ReDim hard crash the interpreter.
Expected : Runtime error or no change to Array

{{{#!autoit
Local $Dummy[] = [1, 2, 3]
ReDim $Dummy ;Do nothing at all
ReDim $Dummy[] ;Crash
}}}"	Bug	assigned		AutoIt	3.3.16.1	None		redim crash	admin@…
