mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Fix constructor call type access
This commit is contained in:
@@ -2,5 +2,5 @@ import java
|
||||
|
||||
from AnonymousClass c
|
||||
where c.fromSource()
|
||||
select c, c.getClassInstanceExpr()
|
||||
select c, c.getClassInstanceExpr(), c.getClassInstanceExpr().getTypeName()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user