This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8a1372e21cffb0c696050732d7af5b5eb710f9fe
kotlin-fork
/
compiler
/
testData
/
psi
T
History
Denis.Zharkov
f4a3ab877f
Add test for parsing issue KT-53719
...
^KT-53719 Related
2022-08-30 11:21:51 +00:00
..
annotation
…
contracts
…
examples
…
functionReceivers
…
greatSyntacticShift
…
kdoc
…
newLabels
…
operators
[Parser] Add additional parsing tests
2022-05-31 08:42:56 +00:00
packages
…
platformTypesRecovery
…
primaryConstructor
…
propertyBackingField
…
propertyDelegate
…
recovery
Revert "KT-35811: Type parameter angle brackets followed by equal sign are parsed incorrectly if whitespace is missing"
2022-08-30 11:21:50 +00:00
script
…
secondaryConstructors
…
stringTemplates
…
AbsentInnerType.kt
…
AbsentInnerType.txt
…
AnnotatedIntersections.kt
…
AnnotatedIntersections.txt
…
AnonymousInitializer.kt
…
AnonymousInitializer.txt
…
AssertNotNull.kt
…
AssertNotNull.txt
…
BabySteps_ERR.kt
…
BabySteps_ERR.txt
…
BabySteps.kt
…
BabySteps.txt
…
BackslashInString.kt
…
BackslashInString.txt
…
BlockCommentAtBeginningOfFile1.kt
…
BlockCommentAtBeginningOfFile1.txt
…
BlockCommentAtBeginningOfFile2.kt
…
BlockCommentAtBeginningOfFile2.txt
…
BlockCommentAtBeginningOfFile3.kt
…
BlockCommentAtBeginningOfFile3.txt
…
BlockCommentAtBeginningOfFile4.kt
…
BlockCommentAtBeginningOfFile4.txt
…
BlockCommentUnmatchedClosing_ERR.kt
…
BlockCommentUnmatchedClosing_ERR.txt
…
ByClauses.kt
…
ByClauses.txt
…
CallsInWhen.kt
…
CallsInWhen.txt
…
CallWithManyClosures.kt
…
CallWithManyClosures.txt
…
CollectionLiterals_ERR.kt
…
CollectionLiterals_ERR.txt
…
CollectionLiterals.kt
…
CollectionLiterals.txt
…
CommentsBinding.kt
…
CommentsBinding.txt
…
CommentsBindingInLambda.kt
…
CommentsBindingInLambda.txt
…
CommentsBindingInStatementBlock.kt
…
CommentsBindingInStatementBlock.txt
…
complicateLTGT.kt
Add test data for parsing of complicated <..> and <..>= combinations
2022-06-09 15:44:35 +00:00
complicateLTGT.txt
Revert "KT-8263: Conditional operators are not parsed correctly"
2022-08-30 11:21:50 +00:00
complicateLTGTE.kt
Add test data for parsing of complicated <..> and <..>= combinations
2022-06-09 15:44:35 +00:00
complicateLTGTE.txt
Revert "KT-8263: Conditional operators are not parsed correctly"
2022-08-30 11:21:50 +00:00
Constructors.kt
…
Constructors.txt
…
ControlStructures.kt
…
ControlStructures.txt
…
DefaultKeyword.kt
…
DefaultKeyword.txt
…
DefinitelyNotNullType.kt
…
DefinitelyNotNullType.txt
…
destructuringInLambdas_ERR.kt
…
destructuringInLambdas_ERR.txt
…
destructuringInLambdas.kt
…
destructuringInLambdas.txt
…
diagnosticTags_ERR.kt
Fix exception happening while parsing an incorrect file
2022-04-15 09:10:09 +00:00
diagnosticTags_ERR.txt
Fix exception happening while parsing an incorrect file
2022-04-15 09:10:09 +00:00
DocCommentAfterFileAnnotations.kt
…
DocCommentAfterFileAnnotations.txt
…
DocCommentForFirstDeclaration.kt
…
DocCommentForFirstDeclaration.txt
…
DocCommentOnPackageDirectiveLine.kt
…
DocCommentOnPackageDirectiveLine.txt
…
DocCommentsBinding.kt
…
DocCommentsBinding.txt
…
DoubleColon_ERR.kt
…
DoubleColon_ERR.txt
Revert "KT-8263: Conditional operators are not parsed correctly"
2022-08-30 11:21:50 +00:00
DoubleColon.kt
…
DoubleColon.txt
…
DoubleColonWhitespaces.kt
…
DoubleColonWhitespaces.txt
…
DuplicateAccessor.kt
…
DuplicateAccessor.txt
…
DynamicReceiver.kt
…
DynamicReceiver.txt
…
DynamicSoftKeyword.kt
…
DynamicSoftKeyword.txt
…
DynamicTypes.kt
…
DynamicTypes.txt
…
EmptyFile.kt
…
EmptyFile.txt
…
EmptyName.kt
…
EmptyName.txt
…
EnumCommas.kt
…
EnumCommas.txt
…
EnumEntryCommaAnnotatedMember.kt
…
EnumEntryCommaAnnotatedMember.txt
…
EnumEntryCommaInlineMember.kt
…
EnumEntryCommaInlineMember.txt
…
EnumEntryCommaMember.kt
…
EnumEntryCommaMember.txt
…
EnumEntryCommaPublicMember.kt
…
EnumEntryCommaPublicMember.txt
…
EnumEntrySemicolonInlineMember.kt
…
EnumEntrySemicolonInlineMember.txt
…
EnumEntrySemicolonMember.kt
…
EnumEntrySemicolonMember.txt
…
EnumEntrySpaceInlineMember.kt
…
EnumEntrySpaceInlineMember.txt
…
EnumEntrySpaceMember.kt
…
EnumEntrySpaceMember.txt
…
EnumEntryTwoCommas.kt
…
EnumEntryTwoCommas.txt
…
EnumIn.kt
…
EnumIn.txt
…
EnumInline.kt
…
EnumInline.txt
…
EnumInlinePublic.kt
…
EnumInlinePublic.txt
…
EnumMissingName.kt
…
EnumMissingName.txt
…
EnumOldConstructorSyntax.kt
…
EnumOldConstructorSyntax.txt
…
Enums.kt
…
Enums.txt
…
EnumShortCommas.kt
…
EnumShortCommas.txt
…
EnumShortWithOverload.kt
…
EnumShortWithOverload.txt
…
EnumWithAnnotationKeyword.kt
…
EnumWithAnnotationKeyword.txt
…
EOLsInComments.kt
…
EOLsInComments.txt
…
EOLsOnRollback.kt
…
EOLsOnRollback.txt
…
Expressions_ERR.kt
…
Expressions_ERR.txt
…
ExtensionsWithQNReceiver.kt
…
ExtensionsWithQNReceiver.txt
…
FileStart_ERR.kt
…
FileStart_ERR.txt
…
FloatingPointLiteral.kt
…
FloatingPointLiteral.txt
…
ForWithMultiDecl.kt
…
ForWithMultiDecl.txt
…
FunctionCalls.kt
…
FunctionCalls.txt
…
FunctionExpressions_ERR.kt
…
FunctionExpressions_ERR.txt
…
FunctionExpressions.kt
…
FunctionExpressions.txt
…
FunctionLiterals_ERR.kt
…
FunctionLiterals_ERR.txt
…
FunctionLiterals.kt
…
FunctionLiterals.txt
…
FunctionNoParameterList.kt
…
FunctionNoParameterList.txt
…
Functions_ERR.kt
…
Functions_ERR.txt
…
Functions.kt
…
Functions.txt
…
FunctionsWithoutName_ERR.kt
…
FunctionsWithoutName_ERR.txt
…
FunctionsWithoutName.kt
…
FunctionsWithoutName.txt
…
FunctionTypes.kt
[Tests] Add parsing tests
2021-12-02 20:24:21 +03:00
FunctionTypes.txt
Fix AST/PSI structure for context receivers in function types
2022-04-06 16:05:24 +00:00
HangOnLonelyModifier.kt
…
HangOnLonelyModifier.txt
…
IfWithPropery.kt
…
IfWithPropery.txt
…
Imports_ERR.kt
…
Imports_ERR.txt
…
Imports.kt
…
Imports.txt
…
ImportSoftKW.kt
…
ImportSoftKW.txt
…
IncompleteFunctionLiteral.kt
…
IncompleteFunctionLiteral.txt
…
incorrectLTGTFallback.kt
Add test for parsing issue KT-53719
2022-08-30 11:21:51 +00:00
incorrectLTGTFallback.txt
Add test for parsing issue KT-53719
2022-08-30 11:21:51 +00:00
Inner.kt
…
Inner.txt
…
IntegerLiteral.kt
…
IntegerLiteral.txt
…
Interface.kt
…
Interface.txt
…
InterfaceWithEnumKeyword.kt
…
InterfaceWithEnumKeyword.txt
…
kotlinFunInterface_ERR.kt
…
kotlinFunInterface_ERR.txt
…
Labels.kt
…
Labels.txt
…
LineCommentAfterFileAnnotations.kt
…
LineCommentAfterFileAnnotations.txt
…
LineCommentForFirstDeclaration.kt
…
LineCommentForFirstDeclaration.txt
…
LineCommentsInBlock.kt
…
LineCommentsInBlock.txt
…
LocalDeclarations.kt
…
LocalDeclarations.txt
…
LongPackageName.kt
…
LongPackageName.txt
…
ModifierAsSelector.kt
…
ModifierAsSelector.txt
…
MultiVariableDeclarations.kt
…
MultiVariableDeclarations.txt
…
NamedClassObject.kt
…
NamedClassObject.txt
…
namelessObjectAsEnumMember.kt
…
namelessObjectAsEnumMember.txt
…
NestedComments.kt
…
NestedComments.txt
…
NewlinesInParentheses.kt
…
NewlinesInParentheses.txt
…
NewLinesValidOperations.kt
…
NewLinesValidOperations.txt
…
noCommaBetweenArguments.kt
…
noCommaBetweenArguments.txt
…
NonTypeBeforeDotInBaseClass.kt
…
NonTypeBeforeDotInBaseClass.txt
…
NotIsAndNotIn.kt
…
NotIsAndNotIn.txt
…
ObjectLiteralAsStatement.kt
…
ObjectLiteralAsStatement.txt
…
ParameterNameMising.kt
…
ParameterNameMising.txt
…
ParameterType_ERR.kt
…
ParameterType_ERR.txt
…
ParameterType.kt
…
ParameterType.txt
…
Precedence.kt
…
Precedence.txt
…
PrimaryConstructorModifiers_ERR.kt
…
PrimaryConstructorModifiers_ERR.txt
…
Properties_ERR.kt
…
Properties_ERR.txt
…
Properties.kt
…
Properties.txt
…
PropertiesFollowedByInitializers.kt
…
PropertiesFollowedByInitializers.txt
…
PropertyInvokes.kt
…
PropertyInvokes.txt
…
QuotedIdentifiers.kt
…
QuotedIdentifiers.txt
…
Reserved.kt
…
Reserved.txt
…
SemicolonAfterIf.kt
…
SemicolonAfterIf.txt
…
semicolonBetweenDeclarations.kt
…
semicolonBetweenDeclarations.txt
…
SimpleClassMembers_ERR.kt
…
SimpleClassMembers_ERR.txt
…
SimpleClassMembers.kt
…
SimpleClassMembers.txt
…
SimpleExpressions.kt
…
SimpleExpressions.txt
…
SimpleIntersections.kt
…
SimpleIntersections.txt
…
SimpleModifiers.kt
…
SimpleModifiers.txt
…
SoftKeywords.kt
…
SoftKeywords.txt
…
SoftKeywordsInTypeArguments.kt
…
SoftKeywordsInTypeArguments.txt
…
StringTemplates.kt
…
StringTemplates.txt
…
Super.kt
…
Super.txt
…
trailingCommaAllowed.kt
…
trailingCommaAllowed.txt
…
trailingCommaForbidden.kt
…
trailingCommaForbidden.txt
…
TraitConstructor.kt
…
TraitConstructor.txt
…
TripleDot.kt
…
TripleDot.txt
…
TryRecovery.kt
…
TryRecovery.txt
…
TypeAlias_ERR.kt
…
TypeAlias_ERR.txt
…
TypeAlias.kt
…
TypeAlias.txt
…
TypealiasIsKeyword.kt
…
TypealiasIsKeyword.txt
…
TypeConstraints.kt
…
TypeConstraints.txt
…
TypeExpressionAmbiguities_ERR.kt
…
TypeExpressionAmbiguities_ERR.txt
Revert "KT-8263: Conditional operators are not parsed correctly"
2022-08-30 11:21:50 +00:00
TypeModifiers_ERR.kt
…
TypeModifiers_ERR.txt
…
TypeModifiers.kt
…
TypeModifiers.txt
…
TypeModifiersParenthesized.kt
…
TypeModifiersParenthesized.txt
…
TypeParametersBeforeName.kt
…
TypeParametersBeforeName.txt
…
UnderscoredTypeArgumentsOfCall.kt
…
UnderscoredTypeArgumentsOfCall.txt
…
UnderscoredTypeArgumentsOfCallIllegal.kt
…
UnderscoredTypeArgumentsOfCallIllegal.txt
…
UnderscoredTypeArgumentsOfType.kt
…
UnderscoredTypeArgumentsOfType.txt
…
UnderscoredTypeParameters.kt
…
UnderscoredTypeParameters.txt
…
UnsignedLiteral.kt
…
UnsignedLiteral.txt
…
validKotlinFunInterface.kt
…
validKotlinFunInterface.txt
…
valueClass.kt
…
valueClass.txt
…
When_ERR.kt
…
When_ERR.txt
…
When.kt
…
When.txt
…
WhenWithSubjectVariable_ERR.kt
…
WhenWithSubjectVariable_ERR.txt
…
WhenWithSubjectVariable_SoftModifierName.kt
…
WhenWithSubjectVariable_SoftModifierName.txt
…
WhenWithSubjectVariable.kt
…
WhenWithSubjectVariable.txt
…