mirror of
https://github.com/danog/psalm.git
synced 2024-12-11 16:59:45 +01:00
123 B
123 B
InterfaceInstantiation
Emitted when an attempt is made to instantiate an interface:
interface I {}
new I();