"Materialized View dropped" when dropping Type (24.2.167.4299)

Execute the following script using F5:

CREATE OR REPLACE TYPE test_ot AS OBJECT ( val NUMBER(1) );
/
DROP TYPE test_ot;

This is the output:

Type created.
Materialized View dropped.

SQL*Plus output seems to make more sense:

Type created.
Type dropped.

Yes, something is off there. I can reproduce that too, when not using an Oracle client. If I use a client it works right. Will fix.