Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/dump-model-compiler-key-4
/
.
/
idea
/
testData
/
intentions
tree: 5f58aeb57a53931c35d35a4013ed8f652de41932 [
path history
]
[
tgz
]
addAnnotationUseSiteTarget/
addBraces/
addConstModifier/
addForLoopIndices/
addJvmOverloads/
addJvmStatic/
addLabeledReturnInLambda/
addMissingClassKeyword/
addMissingDestructuring/
addNamesToCallArguments/
addNamesToFollowingArguments/
addNameToArgument/
addOpenModifier/
addPropertyAccessors/
addThrowsAnnotation/
addValOrVar/
addWhenRemainingBranches/
anonymousFunctionToLambda/
branched/
changeVisibility/
chop/
conventionNameCalls/
convertArrayParameterToVararg/
convertBinaryExpressionWithDemorgansLaw/
convertBlockCommentToLineComment/
convertCamelCaseTestFunctionToSpaced/
convertCollectionConstructorToFunction/
convertEnumToSealedClass/
convertForEachToForLoop/
convertFunctionToProperty/
convertFunctionTypeParameterToReceiver/
convertFunctionTypeReceiverToParameter/
convertLambdaToMultiLine/
convertLambdaToReference/
convertLambdaToSingleLine/
convertLateinitPropertyToNullable/
convertLazyPropertyToOrdinary/
convertLineCommentToBlockComment/
convertNullablePropertyToLateinit/
convertObjectLiteralToClass/
convertOrdinaryPropertyToLazy/
convertParameterToReceiver/
convertPrimaryConstructorToSecondary/
convertPropertyGetterToInitializer/
convertPropertyInitializerToGetter/
convertPropertyToFunction/
convertRangeCheckToTwoComparisons/
convertReceiverToParameter/
convertReferenceToLambda/
convertSealedClassToEnum/
convertSecondaryConstructorToPrimary/
convertSnakeCaseTestFunctionToSpaced/
convertToBlockBody/
convertToConcatenatedString/
convertToForEachFunctionCall/
convertToRawStringTemplate/
convertToScope/
convertToStringTemplate/
convertTryFinallyToUseCall/
convertUnsafeCastCallToUnsafeCast/
convertUnsafeCastToUnsafeCastCall/
convertVarargParameterToArray/
convertVariableAssignmentToExpression/
copyConcatenatedStringToClipboard/
declarations/
destructuringInLambda/
destructuringVariables/
evaluateCompileTimeExpression/
expandBooleanExpression/
implementAbstractMember/
implementAsConstructorParameter/
importAllMembers/
importMember/
indentRawString/
infixCallToOrdinary/
insertCurlyBracesToTemplate/
insertExplicitTypeArguments/
introduceBackingProperty/
introduceImportAlias/
introduceVariable/
invertIfCondition/
iterateExpression/
iterationOverMap/
joinArgumentList/
joinDeclarationAndAssignment/
joinParameterList/
lambdaToAnonymousFunction/
loopToCallChain/
mergeElseIf/
mergeIfs/
moveDeclarationToSeparateFile/
moveLambdaInsideParentheses/
moveMemberToTopLevel/
moveOutOfCompanion/
movePropertyToClassBody/
movePropertyToConstructor/
moveToCompanion/
nullableBooleanEqualityCheckToElvis/
objectLiteralToLambda/
operatorToFunction/
reconstructTypeInCastOrIs/
removeArgumentName/
removeBraces/
removeConstructorKeyword/
removeEmptyClassBody/
removeEmptyParenthesesFromLambdaCall/
removeEmptyPrimaryConstructor/
removeEmptySecondaryConstructorBody/
removeExplicitLambdaParameterTypes/
removeExplicitSuperQualifier/
removeExplicitType/
removeExplicitTypeArguments/
removeExplicitTypeWithApiMode/
removeForLoopIndices/
removeLabeledReturnInLambda/
removeRedundantCallsOfConversionMethods/
removeSingleExpressionStringTemplate/
removeUnnecessaryParentheses/
renameClassToContainingFileName/
replaceAddWithPlusAssign/
replaceExplicitFunctionLiteralParamWithIt/
replaceItWithExplicitFunctionLiteralParam/
replaceMapGetOrDefault/
replaceSizeCheckWithIsNotEmpty/
replaceSizeZeroCheckWithIsEmpty/
replaceUnderscoreWithParameterName/
replaceUntilWithRangeTo/
replaceWithOrdinaryAssignment/
samConversionToAnonymousObject/
simplifyBooleanWithConstants/
specifyExplicitLambdaSignature/
specifyTypeExplicitly/
specifyTypeExplicitlyInDestructuringAssignment/
splitIf/
swapBinaryExpression/
swapStringEqualsIgnoreCase/
toInfixCall/
toOrdinaryStringLiteral/
toRawStringLiteral/
trailingComma/
underscoresInNumericLiteral/
usePropertyAccessSyntax/
useWithIndex/
valToObject/