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