Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/specs-M10
/
.
/
idea
/
testData
/
intentions
tree: b1a3f3105b514a26f68c04f6aef955aed9c117ff [
path history
]
[
tgz
]
addBraces/
attributeCallReplacements/
branched/
convertAssertToIf/
convertIfToAssert/
convertNegatedBooleanSequence/
convertNegatedExpressionWithDemorgansLaw/
convertToBlockBody/
convertToConcatenatedStringIntention/
convertToExpressionBody/
convertToForEachFunctionCall/
convertToForEachLoop/
convertToStringTemplateIntention/
declarations/
insertCurlyBracesToTemplate/
insertExplicitTypeArguments/
invertIfCondition/
makeTypeExplicitInLambda/
makeTypeImplicitInLambda/
moveLambdaInsideParentheses/
moveLambdaOutsideParentheses/
operatorToFunction/
reconstructedType/
removeBraces/
removeCurlyBracesFromTemplate/
removeExplicitTypeArguments/
removeUnnecessaryParentheses/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceWithDotQualifiedMethodCall/
replaceWithInfixFunctionCall/
replaceWithOperatorAssign/
replaceWithTraditionalAssignment/
simplifyBooleanWithConstants/
simplifyNegatedBinaryExpressionIntention/
specifyType/
splitIf/
swapBinaryExpression/