Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/inline
/
.
/
idea
/
testData
/
intentions
tree: 208bea91143a91409edfaecd9e0a5c776847903d
addBraces/
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/
removeExplicitType/
removeExplicitTypeArguments/
removeUnnecessaryParentheses/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceWithOperatorAssignment/
replaceWithOrdinaryAssignment/
simplifyBooleanWithConstants/
simplifyNegatedBinaryExpression/
specifyExplicitLambdaSignature/
specifyTypeExplicitly/
splitIf/
swapBinaryExpression/
toInfixCall/