Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.0.5
/
.
/
idea
/
testData
/
intentions
tree: 2d0d6cb22ba7eb9764559fcfa6efb89551941834 [
path history
]
[
tgz
]
addBraces/
addConstModifier/
addForLoopIndices/
addJvmOverloads/
addNameToArgument/
addOperatorModifier/
addValOrVar/
anonymousFunctionToLambda/
branched/
changeVisibility/
conventionNameCalls/
convertAssertToIf/
convertCamelCaseTestFunctionToSpaced/
convertForEachToForLoop/
convertFunctionToProperty/
convertIfWithThrowToAssert/
convertLambdaToReference/
convertNegatedBooleanSequence/
convertNegatedExpressionWithDemorgansLaw/
convertParameterToReceiver/
convertPrimaryConstructorToSecondary/
convertPropertyInitializerToGetter/
convertPropertyToFunction/
convertReceiverToParameter/
convertSecondaryConstructorToPrimary/
convertToBlockBody/
convertToConcatenatedString/
convertToExpressionBody/
convertToForEachFunctionCall/
convertToStringTemplate/
copyConcatenatedStringToClipboard/
declarations/
deprecatedCallableAddReplaceWith/
destructuringVariables/
foldInitializerAndIfToElvis/
implementAbstractMember/
implementAsConstructorParameter/
importAllMembers/
importMember/
infixCallToOrdinary/
insertCurlyBracesToTemplate/
insertExplicitTypeArguments/
introduceBackingProperty/
introduceVariable/
invertIfCondition/
iterateExpression/
iterationOverMap/
loopToCallChain/
moveAssignmentToInitializer/
moveLambdaInsideParentheses/
moveLambdaOutsideParentheses/
moveOutOfCompanion/
moveToCompanion/
objectLiteralToLambda/
operatorToFunction/
reconstructTypeInCastOrIs/
removeArgumentName/
removeAtFromAnnotationArgument/
removeBraces/
removeCurlyBracesFromTemplate/
removeEmptyClassBody/
removeEmptyParenthesesFromLambdaCall/
removeExplicitLambdaParameterTypes/
removeExplicitSuperQualifier/
removeExplicitType/
removeExplicitTypeArguments/
removeForLoopIndices/
removeRedundantCallsOfConversionMethods/
removeSingleExpressionStringTemplate/
removeUnnecessaryParentheses/
replaceArrayEqualityOpWithArraysEquals/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceMathMaxWithCoerceAtLeast/
replaceMathMinWithCoerceAtMost/
replaceRangeToWithUntil/
replaceSingleLineLetIntention/
replaceSizeCheckWithIsNotEmpty/
replaceSizeZeroCheckWithIsEmpty/
replaceSubstringWithDropLast/
replaceSubstringWithSubstringAfter/
replaceSubstringWithSubstringBefore/
replaceSubstringWithTake/
replaceUntilWithRangeTo/
replaceWithOperatorAssignment/
replaceWithOrdinaryAssignment/
simplifyAssertNotNull/
simplifyBooleanWithConstants/
simplifyNegatedBinaryExpression/
specifyExplicitLambdaSignature/
specifyTypeExplicitly/
splitIf/
swapBinaryExpression/
toInfixCall/
toOrdinaryStringLiteral/
toRawStringLiteral/
usePropertyAccessSyntax/
useWithIndex/