Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.1.3
/
.
/
idea
/
testData
/
intentions
tree: 4b860eafaf856af725c8bd7eaf6bbc6f956fa7c5 [
path history
]
[
tgz
]
addBraces/
addConstModifier/
addForLoopIndices/
addJvmOverloads/
addMissingDestructuring/
addNamesToCallArguments/
addNameToArgument/
addOpenModifier/
addOperatorModifier/
addValOrVar/
anonymousFunctionToLambda/
branched/
changeVisibility/
conventionNameCalls/
convertAssertToIf/
convertCamelCaseTestFunctionToSpaced/
convertEnumToSealedClass/
convertForEachToForLoop/
convertFunctionToProperty/
convertFunctionTypeParameterToReceiver/
convertFunctionTypeReceiverToParameter/
convertIfWithThrowToAssert/
convertLambdaToReference/
convertNegatedBooleanSequence/
convertNegatedExpressionWithDemorgansLaw/
convertObjectLiteralToClass/
convertParameterToReceiver/
convertPrimaryConstructorToSecondary/
convertPropertyInitializerToGetter/
convertPropertyToFunction/
convertRangeCheckToTwoComparisons/
convertReceiverToParameter/
convertReferenceToLambda/
convertSealedClassToEnum/
convertSecondaryConstructorToPrimary/
convertToApply/
convertToBlockBody/
convertToConcatenatedString/
convertToExpressionBody/
convertToForEachFunctionCall/
convertToRawStringTemplate/
convertToRun/
convertToStringTemplate/
convertToWith/
convertTryFinallyToUseCall/
convertTwoComparisonsToRangeCheck/
copyConcatenatedStringToClipboard/
declarations/
deprecatedCallableAddReplaceWith/
destructuringInLambda/
destructuringVariables/
foldInitializerAndIfToElvis/
implementAbstractMember/
implementAsConstructorParameter/
importAllMembers/
importMember/
infixCallToOrdinary/
insertCurlyBracesToTemplate/
insertExplicitTypeArguments/
introduceBackingProperty/
introduceVariable/
invertIfCondition/
iterateExpression/
iterationOverMap/
joinDeclarationAndAssignment/
loopToCallChain/
mergeIfs/
moveLambdaInsideParentheses/
moveLambdaOutsideParentheses/
moveOutOfCompanion/
movePropertyToClassBody/
movePropertyToConstructor/
moveToCompanion/
objectLiteralToLambda/
operatorToFunction/
reconstructTypeInCastOrIs/
removeArgumentName/
removeAtFromAnnotationArgument/
removeBraces/
removeCurlyBracesFromTemplate/
removeEmptyClassBody/
removeEmptyParenthesesFromLambdaCall/
removeEmptyPrimaryConstructor/
removeEmptySecondaryConstructorBody/
removeExplicitLambdaParameterTypes/
removeExplicitSuperQualifier/
removeExplicitType/
removeExplicitTypeArguments/
removeForLoopIndices/
removeRedundantCallsOfConversionMethods/
removeSingleExpressionStringTemplate/
removeUnnecessaryParentheses/
replaceArrayEqualityOpWithArraysEquals/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceMathMaxWithCoerceAtLeast/
replaceMathMinWithCoerceAtMost/
replaceRangeToWithUntil/
replaceSingleLineLetIntention/
replaceSizeCheckWithIsNotEmpty/
replaceSizeZeroCheckWithIsEmpty/
replaceSubstringWithDropLast/
replaceSubstringWithSubstringAfter/
replaceSubstringWithSubstringBefore/
replaceSubstringWithTake/
replaceUnderscoreWithParameterName/
replaceUntilWithRangeTo/
replaceWithOperatorAssignment/
replaceWithOrdinaryAssignment/
simplifyAssertNotNull/
simplifyBooleanWithConstants/
simplifyNegatedBinaryExpression/
specifyExplicitLambdaSignature/
specifyTypeExplicitly/
splitIf/
swapBinaryExpression/
toInfixCall/
toOrdinaryStringLiteral/
toRawStringLiteral/
usePropertyAccessSyntax/
useWithIndex/
valToObject/