Class with implicit default constructor
Author: LGTM
import javascript
from ClassDefinition c
where c.getConstructor().isSynthetic()
select c
Description
Finds classes that do not declare an explicit constructor
import javascript
from ClassDefinition c
where c.getConstructor().isSynthetic()
select c
Finds classes that do not declare an explicit constructor