Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/if-experiments-backup-2022-12-29
/
.
/
compiler
/
testData
/
klibABI
tree: fd62ba9320165662fbd1f550b1ec675819992dcd [
path history
]
[
tgz
]
__utils__/
changeFunctionVisibility/
changePropertyVisibility/
nonAbstractFunctionInAbstractClassBecomesAbstract/
nonAbstractFunctionInInterfaceBecomesAbstract/
nonAbstractPropertyInAbstractClassBecomesAbstract/
nonAbstractPropertyInInterfaceBecomesAbstract/
noNonImplementedCallableFalsePositives/
removeAbstractFunctionFromAbstractClass/
removeAbstractFunctionFromInterface/
removeAbstractPropertyFromAbstractClass/
removeAbstractPropertyFromInterface/
removeClassAsConstructorCall/
removeClassAsParameterType/
removeClassAsReturnType/
removeClassAsSuperTypeArgument/
removeClassAsTypeArgument/
removeClassAsVariableType/
removeFunction/
removeInlinedClass/
removeInlinedFunction/
removeInlinedProperty/
removeOpenFunction/
removeOpenProperty/
removeProperty/
replaceCallableReturnType/
typeAliasRHSTypeChange/