Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/beta3
/
.
/
idea
/
testData
/
intentions
tree: 6dbfe1f5a2451ae846490a8178c851f9bd770abb [
path history
]
[
tgz
]
addBraces/
addConstModifier/
addForLoopIndices/
addNameToArgument/
addOperatorModifier/
branched/
changeVisibility/
conventionNameCalls/
convertAssertToIf/
convertForEachToForLoop/
convertFunctionToProperty/
convertIfWithThrowToAssert/
convertNegatedBooleanSequence/
convertNegatedExpressionWithDemorgansLaw/
convertParameterToReceiver/
convertPropertyToFunction/
convertReceiverToParameter/
convertToBlockBody/
convertToConcatenatedString/
convertToExpressionBody/
convertToForEachFunctionCall/
convertToStringTemplate/
declarations/
deprecatedCallableAddReplaceWith/
ifNullToElvis/
importAllMembers/
importMember/
infixCallToOrdinary/
insertCurlyBracesToTemplate/
insertExplicitTypeArguments/
introduceBackingProperty/
invertIfCondition/
iterateExpression/
moveAssignmentToInitializer/
moveLambdaInsideParentheses/
moveLambdaOutsideParentheses/
objectLiteralToLambda/
operatorToFunction/
reconstructTypeInCastOrIs/
removeArgumentName/
removeBraces/
removeCurlyBracesFromTemplate/
removeExplicitLambdaParameterTypes/
removeExplicitSuperQualifier/
removeExplicitType/
removeExplicitTypeArguments/
removeForLoopIndices/
removeUnnecessaryParentheses/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceWithOperatorAssignment/
replaceWithOrdinaryAssignment/
simplifyBooleanWithConstants/
simplifyNegatedBinaryExpression/
specifyExplicitLambdaSignature/
specifyTypeExplicitly/
splitIf/
swapBinaryExpression/
toInfixCall/
usePropertyAccessSyntax/