We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Godot version: version #27d7772 (master)
OS/device including version: Mac OSX Mojave
Issue description: when exporting arrays using a fixed type (for example):
export(Array, PackedScene) var a;
you should not be allowed to edit type (the pencil icon should be hidden).