From fb379bda94039c9eea3948ccd5c5223eee1f4ad3 Mon Sep 17 00:00:00 2001 From: Jiaxiang Chen Date: Mon, 15 Nov 2021 16:38:07 -0800 Subject: [PATCH] fix unit test --- compiler-plugin/testData/api/allFunctions.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler-plugin/testData/api/allFunctions.kt b/compiler-plugin/testData/api/allFunctions.kt index 74233e1f2b..7d65c760f4 100644 --- a/compiler-plugin/testData/api/allFunctions.kt +++ b/compiler-plugin/testData/api/allFunctions.kt @@ -62,6 +62,7 @@ // 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 @@ -128,4 +129,4 @@ class JavaImplOfKotlinInterface implements KotlinInterfaceWithProperty { } public void setX(int value) { } -} \ No newline at end of file +}