[Minor] Re-format :kotlin-klib-commonizer and :kotlin-klib-commonizer-api
This commit is contained in:
committed by
Space
parent
f893709e5b
commit
05a6d89151
Vendored
+23
@@ -8,54 +8,73 @@ expect fun functionMismatchedParameterNames1(arg0: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames2(arg0: Int, arg1: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames3(arg0: Int, arg1: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames4(arg0: Int, arg1: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames5(arg0: Int, arg1: String, arg2: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames6(arg0: Int, arg1: String, arg2: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames7(arg0: Int, arg1: String, arg2: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames8(arg0: Int, arg1: String, arg2: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames9(arg0: Int, arg1: String, arg2: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames10(arg0: Int, arg1: String, arg2: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames11(arg0: Int, arg1: String, arg2: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames12(vararg variadicArguments: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames13(arg0: Int, vararg variadicArguments: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames14(arg0: Int, vararg variadicArguments: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames15(arg0: Int, vararg variadicArguments: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames16(i: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames17(i: Int, s: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames18(i: Int, s: String, l: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames19(vararg v: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames20(i: Int, vararg v: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames21(i: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames22(i: Int, s: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames23(i: Int, s: String, l: List<Double>)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames24(vararg v: Int)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames25(i: Int, vararg v: Int)
|
||||
|
||||
@@ -72,15 +91,19 @@ expect fun functionMismatchedParameterNames37(arg0: Int, arg1: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames38(i: Int, s: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames39(i: Int, s: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames40(i: Int, s: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames41(arg0: Int, arg1: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames42(arg0: Int, arg1: String)
|
||||
|
||||
// hasStableParameterNames=false
|
||||
expect fun functionMismatchedParameterNames43(arg0: Int, arg1: String)
|
||||
|
||||
|
||||
Vendored
+55
-17
@@ -8,32 +8,43 @@ actual fun functionMismatchedParameterNames1(arg0: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames2(arg0: Int, arg1: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames3(arg0: Int, arg1: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames4(arg0: Int, arg1: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames5(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames6(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames7(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames8(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames9(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames10(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames11(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames12(vararg variadicArguments: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames13(arg0: Int, vararg variadicArguments: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames14(arg0: Int, vararg variadicArguments: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames15(arg0: Int, vararg variadicArguments: Int) {}
|
||||
|
||||
@@ -45,12 +56,16 @@ actual fun functionMismatchedParameterNames20(i: Int, vararg v: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames21(i: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames22(i: Int, s: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames23(i: Int, s: String, l: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames24(vararg v: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames25(i: Int, vararg v: Int) {}
|
||||
|
||||
@@ -61,41 +76,64 @@ actual fun functionMismatchedParameterNames29(vararg variadicArguments: Int) {}
|
||||
actual fun functionMismatchedParameterNames30(arg0: Int, vararg variadicArguments: Int) {}
|
||||
|
||||
actual fun functionMismatchedParameterNames31(i: Int, s: String) {}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
fun functionMismatchedParameterNames32(i: Int, s: String) {}
|
||||
fun functionMismatchedParameterNames32(i: Int, s: String) {
|
||||
}
|
||||
|
||||
fun functionMismatchedParameterNames33(i: Int, s: String) {}
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames34(i: Int, s: String) {}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
fun functionMismatchedParameterNames35(i: Int, s: String) {}
|
||||
actual fun functionMismatchedParameterNames34(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
fun functionMismatchedParameterNames36(arg0: Int, arg1: String) {}
|
||||
fun functionMismatchedParameterNames35(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames37(arg0: Int, arg1: String) {}
|
||||
fun functionMismatchedParameterNames36(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames37(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames38(i: Int, s: String) {}
|
||||
actual fun functionMismatchedParameterNames38(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames39(i: Int, s: String) {}
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames40(i: Int, s: String) {}
|
||||
actual fun functionMismatchedParameterNames39(i: Int, s: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames41(arg0: Int, arg1: String) {}
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames42(arg0: Int, arg1: String) {}
|
||||
actual fun functionMismatchedParameterNames40(i: Int, s: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames43(arg0: Int, arg1: String) {}
|
||||
actual fun functionMismatchedParameterNames41(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(i: Int, s: String) {}
|
||||
actual fun functionMismatchedParameterNames42(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(xi: Int, xs: String) {}
|
||||
actual fun functionMismatchedParameterNames43(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(xi: Int, xs: String) {
|
||||
}
|
||||
|
||||
fun functionMismatchedParameterCount1(i: Int, s: String) {}
|
||||
fun functionMismatchedParameterCount2(i: Int, s: String, l: List<Double>) {}
|
||||
|
||||
Vendored
+62
-25
@@ -8,43 +8,58 @@ actual fun functionMismatchedParameterNames1(arg0: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames2(arg0: Int, arg1: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames3(arg0: Int, arg1: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames4(arg0: Int, arg1: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames5(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames6(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames7(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames8(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames9(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames10(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames11(arg0: Int, arg1: String, arg2: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames12(vararg variadicArguments: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames13(arg0: Int, vararg variadicArguments: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames14(arg0: Int, vararg variadicArguments: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames15(arg0: Int, vararg variadicArguments: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames16(i: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames17(i: Int, s: String) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames18(i: Int, s: String, l: List<Double>) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames19(vararg v: Int) {}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
actual fun functionMismatchedParameterNames20(i: Int, vararg v: Int) {}
|
||||
|
||||
@@ -62,40 +77,62 @@ actual fun functionMismatchedParameterNames30(arg0: Int, vararg variadicArgument
|
||||
|
||||
actual fun functionMismatchedParameterNames31(i: Int, s: String) {}
|
||||
fun functionMismatchedParameterNames32(i: Int, s: String) {}
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
fun functionMismatchedParameterNames33(i: Int, s: String) {}
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames34(i: Int, s: String) {}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
fun functionMismatchedParameterNames35(arg0: Int, arg1: String) {}
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
fun functionMismatchedParameterNames36(i: Int, s: String) {}
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames37(arg0: Int, arg1: String) {}
|
||||
fun functionMismatchedParameterNames33(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames38(i: Int, s: String) {}
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames39(i: Int, s: String) {}
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames40(i: Int, s: String) {}
|
||||
actual fun functionMismatchedParameterNames34(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames41(arg0: Int, arg1: String) {}
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames42(arg0: Int, arg1: String) {}
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames43(arg0: Int, arg1: String) {}
|
||||
fun functionMismatchedParameterNames35(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(i: Int, s: String) {}
|
||||
fun functionMismatchedParameterNames36(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(xi: Int, xs: String) {}
|
||||
actual fun functionMismatchedParameterNames37(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames38(i: Int, s: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames39(i: Int, s: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames40(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames41(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames42(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
// hasStableParameterNames=false
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun functionMismatchedParameterNames43(arg0: Int, arg1: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(i: Int, s: String) {
|
||||
}
|
||||
|
||||
@kotlinx.cinterop.ObjCMethod
|
||||
actual fun overloadedFunctionByParameterNames(xi: Int, xs: String) {
|
||||
}
|
||||
|
||||
fun functionMismatchedParameterCount1(i: Int, s: String, l: List<Double>) {}
|
||||
fun functionMismatchedParameterCount2(i: Int, s: String) {}
|
||||
|
||||
Reference in New Issue
Block a user