And if it's impossible, then what is the purpose of this constructor:

● Array Array(base: Array, type: int, class_name: StringName, script: Variant)

Edit: Solution from github

var reports: Array[RefCounted]
reports.assign(Array())

DaveTheCoder Thank you for the link. I found a solution in one of the issues, but I still don't understand that constructor.