[Test] Temporary remove test for KT-22379

This is needed because this test breaks IDE when whit file is indexed.
This test will be returned after release of new kotlin plugins for IDEA
This commit is contained in:
Dmitriy Novozhilov
2021-05-11 19:45:43 +03:00
parent 89f0a790c9
commit c9cd49d34f
3 changed files with 0 additions and 77 deletions
-6
View File
@@ -1,6 +0,0 @@
// ISSUE: KT-46455
class A {
fun bar() =
x foo(*z) ?: "${z.joinToString()}"
}
-66
View File
@@ -1,66 +0,0 @@
KtFile: kt46455.kt
PACKAGE_DIRECTIVE
<empty list>
IMPORT_LIST
<empty list>
PsiComment(EOL_COMMENT)('// ISSUE: KT-46455')
PsiWhiteSpace('\n\n')
CLASS
PsiElement(class)('class')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('A')
PsiWhiteSpace(' ')
CLASS_BODY
PsiElement(LBRACE)('{')
PsiWhiteSpace('\n ')
FUN
PsiElement(fun)('fun')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('bar')
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
PsiElement(RPAR)(')')
PsiWhiteSpace(' ')
PsiElement(EQ)('=')
PsiWhiteSpace('\n ')
BINARY_EXPRESSION
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('x')
PsiWhiteSpace(' ')
OPERATION_REFERENCE
PsiElement(IDENTIFIER)('foo')
BINARY_EXPRESSION
PARENTHESIZED
PsiElement(LPAR)('(')
PsiErrorElement:Expecting an expression
<empty list>
OPERATION_REFERENCE
PsiElement(MUL)('*')
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('z')
PsiErrorElement:Expecting member declaration
PsiElement(RPAR)(')')
PsiWhiteSpace(' ')
PsiErrorElement:Expecting member declaration
PsiElement(ELVIS)('?:')
PsiWhiteSpace(' ')
PsiErrorElement:Expecting member declaration
PsiElement(OPEN_QUOTE)('"')
PsiErrorElement:Expecting member declaration
PsiElement(LONG_TEMPLATE_ENTRY_START)('${')
PsiErrorElement:Expecting member declaration
PsiElement(IDENTIFIER)('z')
PsiErrorElement:Expecting member declaration
PsiElement(DOT)('.')
PsiErrorElement:Expecting member declaration
PsiElement(IDENTIFIER)('joinToString')
PsiErrorElement:Expecting member declaration
PsiElement(LPAR)('(')
PsiErrorElement:Expecting member declaration
PsiElement(RPAR)(')')
PsiErrorElement:Expecting member declaration
PsiElement(LONG_TEMPLATE_ENTRY_END)('}')
PsiErrorElement:Expecting member declaration
PsiElement(CLOSING_QUOTE)('"')
PsiWhiteSpace('\n')
PsiElement(RBRACE)('}')