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
d1e33534db3ec13a7f3eae6a3b1b2971ec95cec6
kotlin-fork
/
compiler
/
testData
/
psi
T
History
Yaroslav Russkih
028a311949
Use https everywhere - tests and test data
2019-02-19 21:35:36 +01:00
..
annotation
Revert "Temporary remove some tests after a fix for KT-24937"
2019-01-15 12:35:12 +03:00
examples
…
functionReceivers
…
greatSyntacticShift
…
kdoc
Use https everywhere - tests and test data
2019-02-19 21:35:36 +01:00
newLabels
…
packages
…
platformTypesRecovery
…
primaryConstructor
…
propertyDelegate
…
recovery
Add test for obsolete recovery case (semi-finished extension)
2019-01-17 14:56:42 +03:00
script
…
secondaryConstructors
…
stringTemplates
…
AbsentInnerType.kt
…
AbsentInnerType.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
Attach preceding line comments to property accessors (KT-25417)
2018-08-02 14:38:25 +03:00
CommentsBinding.txt
Attach preceding line comments to property accessors (KT-25417)
2018-08-02 14:38:25 +03:00
CommentsBindingInLambda.kt
…
CommentsBindingInLambda.txt
…
CommentsBindingInStatementBlock.kt
…
CommentsBindingInStatementBlock.txt
…
Constructors.kt
…
Constructors.txt
…
ControlStructures.kt
…
ControlStructures.txt
…
DefaultKeyword.kt
…
DefaultKeyword.txt
…
destructuringInLambdas_ERR.kt
…
destructuringInLambdas_ERR.txt
…
destructuringInLambdas.kt
…
destructuringInLambdas.txt
…
DocCommentAfterFileAnnotations.kt
…
DocCommentAfterFileAnnotations.txt
…
DocCommentForFirstDeclaration.kt
…
DocCommentForFirstDeclaration.txt
…
DocCommentOnPackageDirectiveLine.kt
…
DocCommentOnPackageDirectiveLine.txt
…
DocCommentsBinding.kt
…
DocCommentsBinding.txt
…
DoubleColon_ERR.kt
…
DoubleColon_ERR.txt
…
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
Add recovery for enum declaration without 'class' keyword
2019-01-17 14:56:42 +03:00
EOLsInComments.kt
…
EOLsInComments.txt
…
EOLsOnRollback.kt
…
EOLsOnRollback.txt
…
Expressions_ERR.kt
…
Expressions_ERR.txt
…
ExtensionsWithQNReceiver.kt
…
ExtensionsWithQNReceiver.txt
…
FileStart_ERR.kt
…
FileStart_ERR.txt
Add recovery for import lists in the middle of the file
2019-01-17 14:56:42 +03:00
FloatingPointLiteral.kt
…
FloatingPointLiteral.txt
…
ForWithMultiDecl.kt
…
ForWithMultiDecl.txt
…
FunctionCalls.kt
…
FunctionCalls.txt
…
FunctionExpressions_ERR.kt
…
FunctionExpressions_ERR.txt
Add recovery for missing comma between arguments
2019-01-17 14:58:01 +03:00
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_ERR.kt
…
FunctionTypes_ERR.txt
…
FunctionTypes.kt
…
FunctionTypes.txt
…
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
…
Inner.kt
…
Inner.txt
…
IntegerLiteral.kt
…
IntegerLiteral.txt
…
Interface.kt
…
Interface.txt
…
InterfaceWithEnumKeyword.kt
…
InterfaceWithEnumKeyword.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
Add recovery for missing comma between arguments
2019-01-17 14:58:01 +03:00
noCommaBetweenArguments.txt
Add recovery for missing comma between arguments
2019-01-17 14:58:01 +03:00
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
…
SimpleModifiers.kt
…
SimpleModifiers.txt
…
SoftKeywords.kt
…
SoftKeywords.txt
…
SoftKeywordsInTypeArguments.kt
…
SoftKeywordsInTypeArguments.txt
…
StringTemplates.kt
…
StringTemplates.txt
…
Super.kt
…
Super.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
…
TypeModifiers_ERR.kt
…
TypeModifiers_ERR.txt
…
TypeModifiers.kt
…
TypeModifiers.txt
…
TypeModifiersParenthesized.kt
…
TypeModifiersParenthesized.txt
…
TypeParametersBeforeName.kt
…
TypeParametersBeforeName.txt
…
UnsignedLiteral.kt
…
UnsignedLiteral.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
…