Kotlin: Add a test for constructors

This commit is contained in:
Ian Lynagh
2024-09-27 11:21:23 +01:00
parent a9ecb26885
commit 08be35fc2c
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import java
from Constructor c
where c.fromSource()
select c, c.getDeclaringType(), c.getReturnType()