Answered
Adobe Animate - Format Code - Issues with Vector.<BitmapData>;
Hi there is a issue with adobe animate Format code with Vector.<BitmapData> it creates a space and causes an error.
Before Format code
var myVector: Vector.<BitmapData>; //this works
after Format code
var myVector: Vector. < BitmapData > ; //ERROR