Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.1-M1
/
.
/
idea
/
testData
/
intentions
tree: 93df0b56a9444af4ffbf79254c18f2ab784270b9 [
path history
]
[
tgz
]
addBraces/
addConstModifier/
addForLoopIndices/
addJvmOverloads/
addNameToArgument/
addOperatorModifier/
addValOrVar/
anonymousFunctionToLambda/
branched/
changeVisibility/
conventionNameCalls/
convertAssertToIf/
convertForEachToForLoop/
convertFunctionToProperty/
convertIfWithThrowToAssert/
convertNegatedBooleanSequence/
convertNegatedExpressionWithDemorgansLaw/
convertParameterToReceiver/
convertPropertyInitializerToGetter/
convertPropertyToFunction/
convertReceiverToParameter/
convertToBlockBody/
convertToConcatenatedString/
convertToExpressionBody/
convertToForEachFunctionCall/
convertToStringTemplate/
declarations/
deprecatedCallableAddReplaceWith/
ifNullToElvis/
implementAbstractMember/
implementAsConstructorParameter/
importAllMembers/
importMember/
infixCallToOrdinary/
insertCurlyBracesToTemplate/
insertExplicitTypeArguments/
introduceBackingProperty/
introduceVariable/
invertIfCondition/
iterateExpression/
iterationOverMap/
moveAssignmentToInitializer/
moveLambdaInsideParentheses/
moveLambdaOutsideParentheses/
moveOutOfCompanion/
moveToCompanion/
objectLiteralToLambda/
operatorToFunction/
reconstructTypeInCastOrIs/
removeArgumentName/
removeBraces/
removeCurlyBracesFromTemplate/
removeExplicitLambdaParameterTypes/
removeExplicitSuperQualifier/
removeExplicitType/
removeExplicitTypeArguments/
removeForLoopIndices/
removeUnnecessaryParentheses/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceSubstringWithDropLast/
replaceSubstringWithSubstringAfter/
replaceSubstringWithSubstringBefore/
replaceSubstringWithTake/
replaceWithOperatorAssignment/
replaceWithOrdinaryAssignment/
simplifyAssertNotNull/
simplifyBooleanWithConstants/
simplifyNegatedBinaryExpression/
specifyExplicitLambdaSignature/
specifyTypeExplicitly/
splitIf/
swapBinaryExpression/
toInfixCall/
toOrdinaryStringLiteral/
toRawStringLiteral/
usePropertyAccessSyntax/