DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / verification / testImplementAbstractMethodsHintFix02.php
12345678
<?php interface Iface { function test1(); } $a = new class implements Iface { };