From dec2a43aa6a054c90ae2e271e3d4a509e164981c Mon Sep 17 00:00:00 2001 From: Ting-Yuan Huang Date: Tue, 7 Dec 2021 11:27:15 -0800 Subject: [PATCH] Revert "fix unit test" This reverts commit fb379bda94039c9eea3948ccd5c5223eee1f4ad3. --- compiler-plugin/testData/api/allFunctions.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler-plugin/testData/api/allFunctions.kt b/compiler-plugin/testData/api/allFunctions.kt index 7d65c760f4..74233e1f2b 100644 --- a/compiler-plugin/testData/api/allFunctions.kt +++ b/compiler-plugin/testData/api/allFunctions.kt @@ -62,7 +62,6 @@ // spliterator(): java.util.Spliterator // stream(): java.util.stream.Stream // subList(kotlin.Int,kotlin.Int): kotlin.collections.List -// toArray(java.util.function.IntFunction): kotlin.Array // toString(): kotlin.String // class: JavaImplOfKotlinInterface // x @@ -129,4 +128,4 @@ class JavaImplOfKotlinInterface implements KotlinInterfaceWithProperty { } public void setX(int value) { } -} +} \ No newline at end of file