rename PSI classes according to current terminology:
KtMultiDeclaration(Entry) -> KtDestructuringDeclaration(Entry) KtFunctionLiteralExpression -> KtLambdaExpression KtFunctionLiteralArgument -> KtLambdaArgument KtDelegationSpecifierList -> KtSuperTypeList KtDelegationSpecifier -> KtSuperTypeListEntry KtDelegatorToSuperClass -> KtSuperTypeEntry KtDelegatorToSuperCall -> KtSuperTypeCallEntry KtDelegationByExpressionSpecifier ->KtDelegatedSuperTypeEntry
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ JetFile: PropertiesWithFunctionReceiversRecovery.kt
|
||||
PsiErrorElement:Expecting '.' before a property name
|
||||
<empty list>
|
||||
PsiWhiteSpace('\n')
|
||||
MULTI_VARIABLE_DECLARATION
|
||||
DESTRUCTURING_DECLARATION
|
||||
PsiElement(val)('val')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiErrorElement:Receiver type is not allowed on a destructuring declaration
|
||||
|
||||
Reference in New Issue
Block a user