Fix constructor call type access

This commit is contained in:
Tamas Vajk
2021-11-18 12:17:31 +01:00
committed by Ian Lynagh
parent b7e0828f78
commit b7faa33c60
7 changed files with 44 additions and 29 deletions

View File

@@ -2,5 +2,5 @@ import java
from AnonymousClass c
where c.fromSource()
select c, c.getClassInstanceExpr()
select c, c.getClassInstanceExpr(), c.getClassInstanceExpr().getTypeName()