[Analysis API FIR] support call expression resolve in class literal

KTIJ-23272
This commit is contained in:
Anna Kozlova
2022-11-04 08:10:09 +01:00
parent 5dc2442872
commit f18d1e9067
6 changed files with 26 additions and 2 deletions
@@ -0,0 +1,3 @@
fun call() {
val someVal = <expr>Array<String></expr>::class.java
}