[ObjCExport] Add failing member function signature order test
KT-66066
This commit is contained in:
committed by
Space Team
parent
e6705e9db2
commit
468efc77dd
+7
-1
@@ -19,7 +19,13 @@ internal val StableFunctionOrder: Comparator<KtFunctionSymbol>
|
||||
{ it.isConstructor },
|
||||
{ it.name },
|
||||
{ it.valueParameters.size },
|
||||
// TODO NOW! { KonanManglerDesc.run { it.signatureString(false) } }
|
||||
/**
|
||||
* Signature order should be added
|
||||
*
|
||||
* See KT-66066
|
||||
* [org.jetbrains.kotlin.backend.konan.objcexport.ObjCExportTranslatorKt.makeMethodsOrderStable]
|
||||
* { KonanManglerDesc.run { it.signatureString(false) } }
|
||||
*/
|
||||
)
|
||||
|
||||
internal val StableClassifierOrder: Comparator<KtClassifierSymbol> =
|
||||
|
||||
Reference in New Issue
Block a user