mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
KT UAST: always preserve receiver expression of class literal
...similar to dbaaeef (for callable reference).
This time, only receiver expression is discarded if type is resolvable.
Similarly, Java UAST counterpart has both information always.
GitOrigin-RevId: fd1aa3cccaa0d5063e1272ff6df32f7b3815c8ce
This commit is contained in:
committed by
intellij-monorepo-bot
parent
87949659cd
commit
07fab541fc
@@ -23,7 +23,6 @@ interface UClassLiteralExpression : UExpression {
|
||||
|
||||
/**
|
||||
* Returns an expression for this class literal expression.
|
||||
* Might be null if the [type] is specified.
|
||||
*/
|
||||
val expression: UExpression?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user