Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.3.10
/
.
/
idea
/
testData
/
intentions
tree: 0a7d9c636ff19e3df19023f7d3a1685ab4668a69 [
path history
]
[
tgz
]
addAnnotationUseSiteTarget/
addBraces/
addConstModifier/
addForLoopIndices/
addJvmOverloads/
addJvmStatic/
addLabeledReturnInLambda/
addMissingDestructuring/
addNamesToCallArguments/
addNameToArgument/
addOpenModifier/
addOperatorModifier/
addPropertyAccessors/
addThrowsAnnotation/
addValOrVar/
addWhenRemainingBranches/
anonymousFunctionToLambda/
branched/
changeVisibility/
chop/
conventionNameCalls/
convertArrayParameterToVararg/
convertAssertToIf/
convertBinaryExpressionWithDemorgansLaw/
convertBlockCommentToLineComment/
convertCamelCaseTestFunctionToSpaced/
convertClassToSealedClass/
convertEnumToSealedClass/
convertForEachToForLoop/
convertFunctionToProperty/
convertFunctionTypeParameterToReceiver/
convertFunctionTypeReceiverToParameter/
convertIfWithThrowToAssert/
convertLambdaToReference/
convertLateinitPropertyToNullable/
convertLineCommentToBlockComment/
convertNegatedBooleanSequence/
convertNullablePropertyToLateinit/
convertObjectLiteralToClass/
convertParameterToReceiver/
convertPrimaryConstructorToSecondary/
convertPropertyGetterToInitializer/
convertPropertyInitializerToGetter/
convertPropertyToFunction/
convertRangeCheckToTwoComparisons/
convertReceiverToParameter/
convertReferenceToLambda/
convertSealedClassToEnum/
convertSecondaryConstructorToPrimary/
convertSnakeCaseTestFunctionToSpaced/
convertToBlockBody/
convertToConcatenatedString/
convertToForEachFunctionCall/
convertToRawStringTemplate/
convertToScope/
convertToStringTemplate/
convertTrimIndentToTrimMargin/
convertTrimMarginToTrimIndent/
convertTryFinallyToUseCall/
convertTwoComparisonsToRangeCheck/
convertUnsafeCastCallToUnsafeCast/
convertUnsafeCastToUnsafeCastCall/
convertVarargParameterToArray/
copyConcatenatedStringToClipboard/
declarations/
destructuringInLambda/
destructuringVariables/
foldInitializerAndIfToElvis/
implementAbstractMember/
implementAsConstructorParameter/
importAllMembers/
importMember/
indentRawString/
infixCallToOrdinary/
insertCurlyBracesToTemplate/
insertExplicitTypeArguments/
introduceBackingProperty/
introduceImportAlias/
introduceVariable/
invertIfCondition/
iterateExpression/
iterationOverMap/
joinArgumentList/
joinDeclarationAndAssignment/
joinParameterList/
lambdaToAnonymousFunction/
loopToCallChain/
mergeIfs/
moveDeclarationToSeparateFile/
moveLambdaInsideParentheses/
moveMemberToTopLevel/
moveOutOfCompanion/
movePropertyToClassBody/
movePropertyToConstructor/
moveToCompanion/
nullableBooleanEqualityCheckToElvis/
objectLiteralToLambda/
operatorToFunction/
reconstructTypeInCastOrIs/
removeArgumentName/
removeBraces/
removeConstructorKeyword/
removeCurlyBracesFromTemplate/
removeEmptyClassBody/
removeEmptyParenthesesFromLambdaCall/
removeEmptyPrimaryConstructor/
removeEmptySecondaryConstructorBody/
removeExplicitLambdaParameterTypes/
removeExplicitSuperQualifier/
removeExplicitType/
removeExplicitTypeArguments/
removeForLoopIndices/
removeLabeledReturnInLambda/
removeRedundantCallsOfConversionMethods/
removeSingleExpressionStringTemplate/
removeUnnecessaryParentheses/
replaceAddWithPlusAssign/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceMathMaxWithCoerceAtLeast/
replaceMathMinWithCoerceAtMost/
replaceSingleLineLetIntention/
replaceSizeCheckWithIsNotEmpty/
replaceSizeZeroCheckWithIsEmpty/
replaceSubstringWithDropLast/
replaceSubstringWithIndexingOperation/
replaceSubstringWithSubstringAfter/
replaceSubstringWithSubstringBefore/
replaceSubstringWithTake/
replaceUnderscoreWithParameterName/
replaceUntilWithRangeTo/
replaceWithOrdinaryAssignment/
samConversionToAnonymousObject/
simplifyBooleanWithConstants/
specifyExplicitLambdaSignature/
specifyTypeExplicitly/
specifyTypeExplicitlyInDestructuringAssignment/
splitIf/
swapBinaryExpression/
swapStringEqualsIgnoreCase/
toInfixCall/
toOrdinaryStringLiteral/
toRawStringLiteral/
underscoresInNumericLiteral/
usePropertyAccessSyntax/
useWithIndex/
valToObject/