art/test/435-new-instance/info.txt

8 lines
259 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
Tests that new-instance throws:
- InstantiationError on interfaces and abstract classes
- IllegalAccessError on inaccessible classes
- NoClassDefFoundError on unknown classes
This also verifies that we don't remove dead (code) new-instances which may
throw.