Kotlin Uast: support class literal expressions.
Ability to get type of class of class literal expressions.
This commit is contained in:
@@ -18,4 +18,6 @@ package org.jetbrains.uast
|
||||
interface UClassLiteralExpression : UExpression, NoTraverse {
|
||||
override fun logString() = "UClassLiteralExpression"
|
||||
override fun renderString() = getExpressionType()?.name ?: "::class"
|
||||
|
||||
val type: UType
|
||||
}
|
||||
Reference in New Issue
Block a user