Just spent an hour troubleshooting a nonsensical problem I was running into in Godot Engine trying to connect signals to existing script functions and it failing to do so. Turns out this legit code: var my_array:Array[] = [ "just one string" ] ...breaks this functionality right now. :|